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