I had this working when data was coming from static factory. Now data comes in from an AJAX call ($http
) from a remote server and for some reason markers dont get put on the map.
Working plunker
Basically if I uncomment $http
and replace the static data, it will not show up. It will show variable markers
filled with right data, just wont populate the map
Kind of similar issue