Has a few string functions (currently URL GET string manipulation and convenience functions)
http://jackrabbitsgroup.github.io/angular-string/
- required:
- angular (tested with 1.2.rc3)
- optional
- [none]
See bower.json and index.html in the gh-pages branch for a full list / more details
- download the files
- Bower
- add
"angular-string": "latest"to yourbower.jsonfile then runbower installOR runbower install angular-string
- add
- Bower
- include the files in your app
string.min.js
- include the module in angular (i.e. in
app.js) -jackrabbitsgroup.angular-string
See the gh-pages branch, files bower.json and index.html for a full example.
See the string.js file top comments for usage examples and documentation
https://github.com/jackrabbitsgroup/angular-string/blob/master/string.js