Important Notice:

Course Content
Switch Statement
0/1
break and continue Statements
0/3
Basic Form Validation in JavaScript
0/1
JavaScript & Angular JS (Chapter- 6) M2-R5.1
About Lesson

ng-disabled:- ng-disabled directive दिए गए specified expression के Boolean value के आधार पर HTML element को disabled करने के लिए किया जाता है। यदि expression true होगा तो element disabled होगा अन्यथा disabled नहीं होगा।

 

ng-if:- ng-if directive; HTML Element को add या remove करने के लिए इस्तेमाल किया जाता है अगर expression ‘true’ होता है तो Element को add किया जाता है और अगर ‘false’ होता है तो Element को remove किया जाता है

 

ng-checked:-  ng-checked directive ये input checkbox पर checked attribute को set करने के लिए इस्तेमाल किया जाता है जब ng-checked पर दिए हुआ expression true होता है तो checked attribute को set किया जाता है और अगर expression false होता है तो checked attribute set नहीं होता है

 

 

ng-disabled:- The ng-disabled directive disables an HTML element, based on the Boolean value returned from the specified expression. If an expression returns true the element will be disabled, otherwise not.

  

ng-if:- The ng-if directive creates or removes an HTML element based on the Boolean value returned from the specified expression. If an expression returns true then it recreates an element otherwise removes an element from the HTML document.

 

ng-checked:-  ng-checked directive is used to set the checked attribute on the input checkbox. When the expression given on ng-checked is true then the checked attribute is set and if the expression is false then the checked attribute is not set.

error: Content is protected !!