Does not work with angular-google-maps or async google maps
Opened this issue · 3 comments
stephengardner commented
Due to angularjs-google-places requiring "google" be defined at time of load. It will throw an error at line 4.
nelsonad commented
Any workarounds/fixes for this??
jsmart2015 commented
Nothing on this yet?
santekotturi commented
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).