fragaria / angular-daterangepicker

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

Input value can't change by model change #141

Closed hexl84 closed 8 years ago

hexl84 commented 8 years ago

I use two daterangepicker(A and B) with model, if B changed, I will set the A as B, I change the model value, then the A popup datepicker value is changed, but the A input value can't change as model change. Could you please help me fix this problem? Thank you. image

hexl84 commented 8 years ago

I found a solution, I use jquery find the input and set the input value like "2015-12-13 - 2015-12-19"