AngularJS one Way Data Binding

Опубликовано: 18 Март 2026
на канале: Syed Ali
112
0

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”;