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 bower and grunt in your path;
$ git clone https://github.com/angular-ui/angular-google-maps
$ cd angular-google-maps
$ git checkout website
$ npm install
$ bower install
$ grunt server
grunt gh-pages
grunt build
grunt prod_build
grunt s
or grunt server