A browserify transform for ng-classify (https://github.com/CaryLandholt/ng-classify).
Table of contents
$ npm install --save-dev ng-classifier
Use ng-classifier
as the browserify transform.
transform: [
['ng-classifier', {config: {
appName: 'App' // ng-classify arguments
}}],
['coffeeify']
]
ng-classify arguments can be passed in the config object.
Note coffeeify
is not included in this module. It is only listed here to convert coffee to js.
$ npm install
$ gulp test
$ gulp js
$ gulp
Released under the MIT License.