1.0.1 • Published 10 years ago
mi-angular-date-range-picker v1.0.1
mi-angular-date-range-picker
Date Range Picker for AngularJS.
Installation
Install with npm
$ npm i mi-angular-date-range-picker --saveUsage
Attention, the integration of bootstrap is required for the example ...
# app.js
require('angular-bootstrap');
require('mi-angular-date-range-picker');
var requires = [
'ui.bootstrap',
'mi.DateRangePicker'
];
angular.module('sample-app', requires);
angular.bootstrap(document, ['sample-app']);Tests
Trigger unit test with npm
$ npm run testContributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
License
This library is under the MIT license.