ng-disabled in angularjs is not working for me -
I am trying to enable and disable the button using some condition
I Unable to disable This is my code HTML file Administrator JS file There is such a planket that works - I have started following some assumptions, adding an extra button, which increased the calculation increase. $ scope.isDisabled = true; But the button can not be enabled using
& lt; Input type = "submit" value = "continue" ng-model = "idle" ng-disabled = "idle" & gt;
$ scope.isDisabled = true; // here button disabled (for me) if (calculation> = 3) {// it is always true $ scope.isDisabled = false; // Try to enable the button here)
Comments
Post a Comment