Home » 
        MCQs » 
        AngularJS MCQs
    
        
    Which AngularJS directive is used to bind AngularJS application data to the disabled attribute of HTML elements?
    
    
    
    56. Which AngularJS directive is used to bind AngularJS application data to the disabled attribute of HTML elements?
    
        - ng-disabled
 
        - ng-disable
 
        - ng-disabledElement
 
        - ng-disableElement
 
    
    Answer: A) ng-disabled
    Explanation:
    The ng-disabled directive is used to bind AngularJS application data to the disabled attribute of HTML elements.