1.0.1 • Published 8 years ago

mi-angular-date-range-picker v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

mi-angular-date-range-picker

Date Range Picker for AngularJS.

Installation

Install with npm

$ npm i mi-angular-date-range-picker --save

Usage

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 test

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This library is under the MIT license.

1.0.1

8 years ago

1.0.0

8 years ago