AngularJS One-Way Data Binding
In One-Way data binding: view (UI part) not updates automatically when data model changed and we need to write custom code to make it updated every time.
Example
1) in double curly braces
2) ng-Bind=”name”
in controller:
$scope.name=””John”;