angular-string

AngularJS string service


Keywords
angular, AngularJS, string, service, angular-string
License
MIT
Install
bower install angular-string

Documentation

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

  1. download the files
    1. Bower
      1. add "angular-string": "latest" to your bower.json file then run bower install OR run bower install angular-string
  2. include the files in your app
    1. string.min.js
  3. 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