AngularJS directives for Google Maps
This is a directive for AngularJS ~1.0.x.
If you plan to hack on the directives or want to run the example, first thing to do is to install NPM dependencies:
npm installTo build the library after you made changes, simply run grunt:
gruntIf you get errors from jshint, just add the --force argument.
To run the example page, just run
grunt exampleand open your browser on http://localhost:3000/example.html.
The various directives are documented on the official site.
Pull requests more than welcome! Enjoy!
