AngularJS helper directives for validation
- Add function in the scope for validation
- List models which should trigger validation on change
- Install Node.js and NPM (should come with)
- Install global dev dependencies:
npm install -g bower gulp
- Install local dev dependencies:
npm install && bower install
in repository directory
gulp
to jshint, build and testgulp build
to jshint and buildgulp test
for one-time test with karma (also build and jshint)gulp watch
to watch src files to jshint, build and test when changed