arunisrael/angularjs-google-places

Does not work with angular-google-maps or async google maps

Opened this issue · 3 comments

Due to angularjs-google-places requiring "google" be defined at time of load. It will throw an error at line 4.

Any workarounds/fixes for this??

Nothing on this yet?

I've nested my places call inside my ngCordova Geolocation success callback and then load an angular-google-map

example controller: https://gist.github.com/skotturi/2c1cbc9247e00d676771
working demo: https://github.com/skotturi/places-demo
(working on turning list of nearby places into markers using the createMarker() method in the places library and then adding these markers to the angular-google-maps directive).