Angular JS Interview Questions and Answers Part-3
21.Explain ng-disabled directive. ng-disabled directive disables a given control. In below example, we’ve added ng-disabled attribute to a HTML button and pass it a model. Then we’ve attached the model to an checkbox and can see the variation. <input type…
Read More