AngularJS string service
Has a few string functions (currently URL GET string manipulation and convenience functions)
Demo
http://jackrabbitsgroup.github.io/angular-string/
Dependencies
- 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
Install
- download the files
- Bower
- add
"angular-string": "latest"
to yourbower.json
file then runbower install
OR 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.
Documentation
See the string.js
file top comments for usage examples and documentation
https://github.com/jackrabbitsgroup/angular-string/blob/master/string.js