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-show:- ng-show directive ये HTML Element के hide हुए content को दिखाने के लिए इस्तेमाल किया जाता है ng-show directive का expression अगर ‘true’ होता है तो Element का content show हो जाता है और अगर ‘false’ होता है तो content show नहीं होता है

 

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

 

ng-readonly:- ng-readonly directive ये HTML Element पर readonly attribute को set करने के लिए इस्तेमाल किया जाता है अगर expression true होता है तो Element पर readonly attribute को set किया जाता है इस directive को <input> और <textarea> इन elements के लिए इस्तेमाल किया जाता है

 

ng-show:- Display HTML element based on the value of the specified expression. The ng-show directive shows the specified HTML element if the expression evaluates to true, otherwise the HTML element is hidden.

 

ng-hide:- ng-hide directive is the content of the HTML element; The expression of ng-hide directive is used to hide. If ‘true’ then the content of the element is hidden and if ‘false’ then the content is not hidden.

 

ng-readonly:- The ng-readonly directive makes an HTML element read-only, based on the Boolean value returned from the specified expression. If an expression returns true then the element will become read-only, otherwise not.

error: Content is protected !!