You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -574,7 +574,7 @@ A standardised approach for developing AngularJS applications in teams. This sty
574
574
<h1>{{ ::vm.title }}</h1>
575
575
```
576
576
577
-
*Why?* : Binding once removes the `$$watchers` count after the `undefined` variable becomes resolved, thus reducing performance in each dirty-check
577
+
*Why?* : Binding once removes the watcher from the scope's `$$watchers`array after the `undefined` variable becomes resolved, thus improvingperformancein each dirty-check
578
578
579
579
-**Consider $scope.$digest**: Use `$scope.$digest` over `$scope.$apply` where it makes sense. Only child scopes will update
0 commit comments