fragaria / angular-daterangepicker

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

Deep copy dateRangePickerConfig #226

Closed chrisparton1991 closed 7 years ago

chrisparton1991 commented 7 years ago

A fix for #225. I found that the dateRangePickerConfig options were being mutated when multiple locales were used on one page. This caused the last locale applied to be used for all instances.

krtek commented 7 years ago

Thank you!