formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 406 forks source link

I was trying to set the minDate value for datepicker #691

Open danielJot opened 8 years ago

danielJot commented 8 years ago

expressionProperties: { 'templateOptions.datepickerOptions.minDate': function ($viewValue, $modelValue, $scope) { return new Date("2016/06/25");} isn't working for me.it actually changes the value of minDate when I inspect the value but the datepicker dasn't show the date before that as disabled.

I can set a minDate at initialization but I can't change it onece I set it