Skip to content

rthian/angular-google-maps

 
 

Repository files navigation

angular-google-maps

Build Status

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

Deployment

grunt gh-pages

Basic Build

grunt build

Prod Build (minifies and all that jaz)

grunt prod_build

Serve the Files

grunt s or grunt server

About

AngularJS directives for the Google Maps Javascript API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 37.7%
  • HTML 31.5%
  • JavaScript 30.2%
  • Other 0.6%