Which AngularJS directive is used to bind AngularJS application data to the disabled attribute of HTML elements?
Options:
Explanation:
The
ng-disabled directive is used to bind AngularJS application data to the disabled attribute of HTML elements.
Tags:
AngularJS
Answer:
Which AngularJS directive is used to bind AngularJS application data to the disabled attribute of HTML elements ng-disabled.