0% found this document useful (0 votes)
23 views

Angularjs Directives: Ng-Ng-App Ng-Init Ng-Model

AngularJS directives are extended HTML attributes that start with "ng-" and allow developers to extend HTML. The ng-app directive initializes an AngularJS application, ng-init initializes application data, and ng-model binds the value of HTML controls like input, select and textarea to application data.

Uploaded by

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

Angularjs Directives: Ng-Ng-App Ng-Init Ng-Model

AngularJS directives are extended HTML attributes that start with "ng-" and allow developers to extend HTML. The ng-app directive initializes an AngularJS application, ng-init initializes application data, and ng-model binds the value of HTML controls like input, select and textarea to application data.

Uploaded by

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

AngularJS Directives

AngularJS directives are extended HTML attributes with the prefix ng-.
The ng-app directive initializes an AngularJS application.
The ng-init directive initializes application data.
The ng-model directive binds the value of HTML controls (input, select,
textarea) to application data.

You might also like