This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Commit 804e750
docs(ngModel.NgModelController) use
Have the apply called safely during events by using `$evalAsync` rather than `$apply`
This will help ensure that an apply for a user directive is not called during a digest cycle.
Closes #9891$evalAsync instead of $apply for event handling1 parent ebc3b7b commit 804e750
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1646 | 1646 | | |
1647 | 1647 | | |
1648 | 1648 | | |
1649 | | - | |
| 1649 | + | |
1650 | 1650 | | |
1651 | 1651 | | |
1652 | 1652 | | |
| |||
0 commit comments