You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do some validation on the client when a user selects a date. I put that function in an ng-change on the <mb-datepicker> element and get the following error Error: [$compile:ctreq] Controller 'ngModel', required by directive 'ngChange', can't be found!. Is there a work for doing 'on change' logic?
The text was updated successfully, but these errors were encountered:
I'm trying to do some validation on the client when a user selects a date. I put that function in an
ng-change
on the<mb-datepicker>
element and get the following errorError: [$compile:ctreq] Controller 'ngModel', required by directive 'ngChange', can't be found!
. Is there a work for doing 'on change' logic?The text was updated successfully, but these errors were encountered: