Tag: JavaScript
$scope Object in AngularJS
Inject $scope to expose model properties and methods to the view.
Expressions in AngularJS
Write template expressions inside {{ }} — simpler than full JavaScript.
Data Binding in AngularJS
Keep models and views in sync through AngularJS binding mechanisms.
One-Way Data Binding in AngularJS
Push model values to the view with interpolation or ng-bind.