Skip to content

Commit 29bba03

Browse files
committed
Merge pull request toddmotto#19 from kentcdodds/patch-4
Fixed wording about bindonce expressions
2 parents 0a362e5 + 064154e commit 29bba03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ A standardised approach for developing AngularJS applications in teams. This sty
574574
<h1>{{ ::vm.title }}</h1>
575575
```
576576
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 improving performance in each dirty-check
578578

579579
- **Consider $scope.$digest**: Use `$scope.$digest` over `$scope.$apply` where it makes sense. Only child scopes will update
580580

0 commit comments

Comments
 (0)