I am getting red toaster error in Chrome version 57. If I use both ng-model
and ng-disable
.
I have tab like below:
<input type="checkbox" ng-value="true" ng-model="classification" ng-disabled="classification === true">
By default classification is false. When user check the checbox, classification become true and same time disabling the checkbox.
It was worked fine in Chrome Version less than 57. Now we are using Chrome V57. This issue not occurring in IE and Mozilla.
We are using Angular 1.3
Kindly share if anyone have any solution for this.
Thanks in advance.