ntipa server angular
[TODO - brief summary]
Demo
http://ipublic.github.io/ntipa-angular/
Dependencies
- required: [TODO]
- optional [TODO]
See bower.json and index.html in the gh-pages branch for a full list / more details
Install
- download the files
- Bower
- add
"ntipa-angular": "latest"to yourbower.jsonfile then runbower installOR runbower install ntipa-angular
- add
- Bower
- include the files in your app
ngular.min.js
- include the module in angular (i.e. in
app.js) -ipublic.ntipa-angular
See the gh-pages branch, files bower.json and index.html for a full example.
Documentation
See the ngular.js file top comments for usage examples and documentation
https://github.com/ipublic/ntipa-angular/blob/master/ngular.js
Development
-
git checkout gh-pages- run
npm install && bower install - write your code then run
grunt - git commit your changes
- run
- copy over core files (.js and .css/.less for directives) to master branch
git checkout mastergit checkout gh-pages ngular.js ngular.min.js ngular.less ngular.css ngular.min.css
- update README, CHANGELOG, bower.json, and do any other final polishing to prepare for publishing
- git commit changes
- git tag with the version number, i.e.
git tag v1.0.0
- create github repo and push
- [if remote does not already exist or is incorrect]
git remote add origin [github url] -
git push origin master --tags(want to push master branch first so it is the default on github) git checkout gh-pagesgit push origin gh-pages
- [if remote does not already exist or is incorrect]
- (optional) register bower component
bower register ntipa-angular [git repo url]