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 install
To build the library after you made changes, simply run grunt:
grunt
If you get errors from jshint
, just add the --force
argument.
To run the example page, just run
grunt example
and open your browser on http://localhost:3000/example.html
.
The various directives are documented on the official site.
Pull requests more than welcome! Enjoy!