angular-ui / angular-google-maps

AngularJS directives for the Google Maps Javascript API
http://angular-ui.github.io/angular-google-maps
2.52k stars 1.07k forks source link

Plunker Search-box demo #1227

Open jcastro3 opened 9 years ago

jcastro3 commented 9 years ago

TypeError: Cannot read property 'SearchBox' of undefined

It seems the Google Places library is missing form the demo

kandizzy commented 9 years ago

@jcastro3 you are right. here's one that works in the meantime before that's fixed.

kandizzy commented 9 years ago

@nmccready I made this fix today in my local website branch, but it seems they are already there. the PR said the branches were equal.

cthrax commented 9 years ago

@kandizzy that likely means a "grunt gh-pages" is necessary to publish the changes to the website. Since you have collaborator status, you ought to be able to run that fine.

cthrax commented 9 years ago

Make sure that you do a "grunt" before running that though, to get the current build in the right place. (probably ought to look at just making that a dependency of the gh-pages task)

kandizzy commented 9 years ago

hi @cthrax I got the plunkr fixed and made one other small fix on the search-box documentation page. Although the plunkr works, the map on the page is still not finding the places library. I will take a look at that tomorrow.