angular-bootstrap-daterange-picker
Sorry for my english,the code mainly from angular-daterangepicker,I found it can't work with ngModelController.$dirty and I can't commit PR using coffeescript,so I write this.
Installation
via npm
npm install angular-bootstrap-daterange-picker --save
via bower
bower install angular-bootstrap-daterange-picker --save
Getting Started
Declare dependency:
angular;
Prepare model in your controller. The model must have startDate
and endDate
attributes:
{ thisselectedDate = startDate: null endDate: null ; }
html template
License
MIT