Expressions in AngularJS
Write template expressions inside {{ }} — simpler than full JavaScript.
Write template expressions inside {{ }} — simpler than full JavaScript.
Keep models and views in sync through AngularJS binding mechanisms.
Push model values to the view with interpolation or ng-bind.
Reference the AngularJS script and set ng-app on a root element.
Bootstrap a module, controller, and simple binding in HTML.