luisfarzati / ng-bs-daterangepicker

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

format is working properly when i try to bind with model #117

Open osamabari opened 8 years ago

osamabari commented 8 years ago

$scope.var_date = {startDate: moment().subtract(1, 'day'), endDate: moment().subtract(1, 'day')};