AngularJS Introduction
Directives, Modules, Expressions, Controllers
AngularJS Introduction Directives, Modules, Expressions, - - PowerPoint PPT Presentation
AngularJS Introduction Directives, Modules, Expressions, Controllers Why Angular Good choice for creating dynamic website with JavaScript Angular helps you organize your JavaScript Angular helps you create responsive (fast) websites
Directives, Modules, Expressions, Controllers
JavaScript
interactivity to HTML
Directives.
JavaScript code.
https://www.exratione.com/2014/01/setting-up-sublime-text-3-for- javascript-development/
Module
var app = angular.module('store', []);
<p> 4 + 6 = {{4 + 6}} </p> <p> {{"hello" + " you"}} </p> Numerical
String
stores the JavaScript object unto our page?
by defining functions and values
<div> element.
properties of the store controller outside the div?
element to which it is attached.
page.
page/element
to a truthy.
section for each item in an Array.
behaviors.
page.
angular-js/intro