I use ng-map
library for Angular.
I try to show one or some markers on map.
I have read tutorial and can display it via directive market
in template HTML like as:
<marker position="-25.363882, 131.044922" on-click="click()" title="Click to zoom"></marker>
But how I can do it from controller Angular if there are some markers map?