ng-filterbuilder
v0.7.13
Published
Quickly generate a filter for your data
Downloads
6
Readme
angular-filterBuilder
development
Tests should be written for any new content, all tests should go in app.spec.js
for the time being. Each separate component should get its own describe
block.
Test commands: npm run test
|| npm run test.debug
test
run tests on PhantomJS,
--singleRun=true
test.debug
run tests on Chrome (for debugging purposes), should not be used to determine if something is good for build, use test
for that. this is solely meant for debugging
--debug --singleRun=false --autoWatch=true