This is the angular google maps website
branch. This is where you'll find sources for the official
website including the API documentation and the live example.
Feel free to open pull requests to improve the docs.
The website is built using yo and generator-angular.
To run the site locally, you'll need node, bower and grunt in your path.
$ git clone -b website git@github.com:angular-ui/angular-google-maps.git
$ cd angular-google-maps
$ npm install
$ grunt build
$ grunt server
grunt gh-pages
grunt build
grunt prod_build
grunt server