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-app directive यह Directive Root Element को Define करके एक AngularJS Applications को शुरू करता है ng-app directive एक starting point

 

ng-init directive:- AngularJS Applications Data के प्रारंभ मे यह Instructions बहुत महत्वपूर्ण होता है. यह उपयोग किए जाने वाले विभिन्न Variable की Values को असाइन करने के लिए उपयोग होता है।

 

ng-model directive:- यह AngularJS Application Data की Values को HTML Input Controls से जोड़ता है

 

ng-repeat directive:- ng-repeat Directive Collection मे प्रत्येक Item के लिए HTML Elements को दोहराता है

 

ng-bind:- ng-bind directive का इस्तेमाल HTML Element के किसी भी प्रकार के text content को bind या replace करने के लिए किया जाता है ng-bind directive से HTML Element पर expression की value को bind किया जाता है

 

ng-app directive:- This directive starts an Angular JS application by defining the root element. The ng-app directive is a starting point.

 

ng-init directive:- These instructions are very important at the beginning of Angular JS Applications Data. It is used to assign values to various variables used.

 

ng-model directive:- It connects the values of Angular JS Application Data to HTML Input Controls.

 

ng-repeat directive:- The ng-repeat Directive repeats HTML elements for each item in the collection.

 

ng-bind:- The ng-bind directive is used to bind or replace any type of text content of an HTML element. The value of the expression is bound to the HTML element with the ng-bind directive.

error: Content is protected !!