/ng-classifier

A browserify transform for ng-classify.

Primary LanguageJavaScriptOtherNOASSERTION

ng Classifier Build Status

A browserify transform for ng-classify (https://github.com/CaryLandholt/ng-classify).

Table of contents


Install

$ npm install --save-dev ng-classifier

Usage

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.

Development

$ npm install

Test

$ gulp test

Build

$ gulp js

Test & Build

$ gulp

License

Released under the MIT License.