ng-bs-daterangepicker
ng-bs-daterangepicker copied to clipboard
New Version ng-bs-daterangepicker
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