luisfarzati / ng-bs-daterangepicker

AngularJS directive for bootstrap-daterangepicker
http://luisfarzati.github.io/ng-bs-daterangepicker/
MIT License
246 stars 167 forks source link

Fixed - Set ng-model value for AngularJS v1.5.3 #113

Closed fedebalderas closed 7 years ago

fedebalderas commented 8 years ago

For AngularJS v1.5.3, ng-model value was empty any time.

$scope[modelValue] // undefined

ngModel.$modelValue // Object { startDate="2016-04-27", endDate="2016-04-30"}

alanjames1987 commented 7 years ago

I haven't had time until now to review this pull request but it looks like there are really only 4 lines that get changed yet there are 118 insertions and 202 deletions in files that don't even affect code. I'm closing this pull request because of that but will be fixing this error manually using your code.