luisfarzati / ng-bs-daterangepicker

AngularJS directive for bootstrap-daterangepicker
http://luisfarzati.github.io/ng-bs-daterangepicker/
MIT License
246 stars 167 forks source link

New Version ng-bs-daterangepicker #109

Open ramilani12 opened 8 years ago

ramilani12 commented 8 years ago

Hi I've used this plugin on my projects with angular. So far I've found some issues and implemented some features: 1 - Now the plugin uses locale by angular for (format date, month names and week names) or specify on the options your locale 2 - Now you can use options like JSON object , for example <input type="daterange" options="{locale:{format:'DD/MM/YYYY'}}" 3 - Enable singleDatePicker 4 - Fixing somes bugs