angular-pusher
Getting Started
Install
- download the files
- Bower
- add
"angular-pusher": "latest"
to your bower.json
file then run bower install
OR run bower install angular-pusher
- include the files in your app
angular-pusher.min.js
- include the module in angular (i.e. in
app.js
) - doowb.angular-pusher
See the gh-pages
branch, files bower.json
and index.html
for a full example.
Contributing
-
git checkout gh-pages
- run
npm install && bower install
- write your code then run
grunt
- git commit your changes
-
copy over core files (.js and .css/.less for directives) to master branch
git checkout master
git checkout gh-pages angular-pusher.js angular-pusher.min.js README.md
Contributors
License
Copyright (c) 2014 undefined, contributors.
Released under the license
This file was generated by grunt-readme on Saturday, February 1, 2014.