Есть ли способ подключиться к обратному вызову ответа angularJs направлений или объекту данных ответа, чтобы назначить наблюдение за ним?
code:
<map zoom="14" center="37.7699298, -122.4469157">
<directions
draggable="true"
panel="directions-panel"
travel-mode="{{travelMode}}"
waypoints="[{location:'kingston', stopover:true}]"
origin="{{origin}}"
destination="{{destination}}"
/* how to hook here into response callback or data ? */
>
</directions>
</map>