0.0.1 • Published 10 years ago

angular-string-transform v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

ngStringTransform

Build Status

Note: This library is under active development and is most definitely subject to change.

Getting Started

(1) Get ngStringTransform by cloning and building this repository:

git clone git@github.com:interval-braining/angular-string-transform.git
cd angular-string-transform
npm install
bower install

(2) Include angular-string-transform.js (or angular-string-transform.min.js) with your javascripts, after including Angular itself.

(3) Add 'ngStringTransform' to your main module's list of dependencies.

Usage

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request