fragaria / angular-daterangepicker

Angular.js wrapper for dangrossman/bootstrap-daterangepicker
MIT License
519 stars 372 forks source link

Removed constant and replaced it with a provider #153

Closed xeinherjar closed 5 years ago

xeinherjar commented 8 years ago

This will allow users to set defaults in the run block.

This will accept the locale formatting if passed in for each date picker without overwriting the locale formatting for ALL date pickers. This allows you to have multiple date pickers with their own date formats.

vincevargadev commented 8 years ago

I was about to implement this! :+1: Definitely prefer a provider over the original constant implementation.