Angular_1.docx - AngularJS is a JavaScript Framework AngularJS is a JavaScript framework written in JavaScript AngularJS is distributed as a JavaScript
Angular_1.docx - AngularJS is a JavaScript Framework...
AngularJS is a JavaScript FrameworkAngularJS is a JavaScript framework written in JavaScript.AngularJS is distributed as a JavaScript file, and can be added to a web pagewith a script tag:<scriptsrc="angular.min.js"></script>AngularJS Extends HTMLAngularJS extends HTML withng-directives.Theng-appdirective defines an AngularJS application.Theng-modeldirective binds the value of HTML controls (input, select,textarea) to application data.Theng-binddirective binds application data to the HTML view.AngularJS Example<!DOCTYPEhtml><html><scriptsrc="angular.min.js"></script><body><divng-app=""><p>Name:<inputtype="text"ng-model="name"></p><png-bind="name"></p></div></body></html>Example explained:
AngularJS starts automatically when the web page has loaded.Theng-appdirective tells AngularJS that the <div> element is the "owner" ofan AngularJSapplication.
You've reached the end of your free preview.
Want to read all 4 pages?
Summer '17
Amit Gupta
Personal name,Family name,Given name,AngularJS,surname