-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Adding Google Maps <script> tag? #554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I was also wondering what is the right way to add |
@simonh1000 I'm not familiar with the google maps script, its located at some CDN I presume? If so then what you're doing is most likely the best solution as you won't need to minify it, google maintains the versions(?), google will serve it (most likely) as fast as your server will, and they'll most likely offer it in HTTP or HTTPS. Unless you find a bower package for it and want to server the script, I would just stick with what you have. Just my thoughts though... |
@remicastaing are you using ui-bootstrap? |
I used the usual bootstrap stuff (http://getbootstrap.com/javascript/#modals) and put a login directive inside ;). I didn't want to have to had a modal controller. |
@remicastaing in your Gruntfile under the |
@kingcody, thanks for the tip. |
At present I'm manually adding a line to index.html, but was wondering whether there was a better, 'recommended' way?
The text was updated successfully, but these errors were encountered: