Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
388 views

Angularjs Is An Web Based Applicatio

AngularJS is a JavaScript framework that extends HTML with directives to bind data to HTML views. Directives are like markers on DOM elements that attach behaviors and special syntax. Important directives include ng-app, which defines an AngularJS application, ng-model, which binds HTML controls to application data, and ng-bind, which binds application data to the HTML view.

Uploaded by

riyaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
388 views

Angularjs Is An Web Based Applicatio

AngularJS is a JavaScript framework that extends HTML with directives to bind data to HTML views. Directives are like markers on DOM elements that attach behaviors and special syntax. Important directives include ng-app, which defines an AngularJS application, ng-model, which binds HTML controls to application data, and ng-bind, which binds application data to the HTML view.

Uploaded by

riyaz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 1

Angularjs is an web based application

AngularJS is a JavaScript framework. It can be added


to an HTML page with a <script> tag.
AngularJS extends HTML attributes with Directives, and
binds data to HTML with Expressions.
A directive is something that introduces new syntax, they are like
markers on DOM element which attaches a special behavior to it. In
any Angular.js application, directives are the most important
components.
AngularJS extends HTML with ng-directives.
The ng-app directive defines an AngularJS application.
The ng-model directive binds the value of HTML controls
(input, select, text area) to application data.
The ng-bind directive binds application data to the HTML
view.

You might also like