1.1.1 • Published 9 years ago
angular-insight v1.1.1
Angular Insight
A simple Angular directive to select things
Build Angular Insight
- Clone this repository
- Run
npm install - Run
bower install - Run
npm run bundleto build using browserify
Launch the example app
Run npm run live-reload:<example-name> to launch the example using beefy. For example:
$ npm run live-reload:basicThe app will be available at http://localhost:9966/examples
Testing
Unit
Unit tests run in the Karma test runner. To run tests:
$ npm testEnd to end
End to end tests are run using Protractor and a running web server. To run tests:
$ npm run live-reload:form
$ npm run test:e2eLicense
MIT
1.1.1
9 years ago