fragaria / angular-daterangepicker

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

Options repeat themselves for every instance of the date range picker #174

Closed DerekJDev closed 5 years ago

DerekJDev commented 8 years ago

I have three date range pickers in my application and the ranges seem to be copied everytime there in a new instance of the date picker. For example my first picker has one copy of the ranges, the second has two copies, and the third has three copies. Do you know why it would be doing this? I have tried giving all the date pickers separate names/IDs and separate option lists but that hasn't worked. capture

GeorgiyZhuravlev commented 7 years ago

I have the same issue