mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 08:56:08 +08:00
docs(guide/scope): fix a typo
Signed-off-by: Caitlin Potter <caitpotter88@gmail.com> Closes #6202
This commit is contained in:
committed by
Caitlin Potter
parent
e645f7cae1
commit
27613fd500
@@ -333,7 +333,7 @@ information.
|
||||
|
||||
Dirty checking the scope for property changes is a common operation in Angular and for this reason
|
||||
the dirty checking function must be efficient. Care should be taken that the dirty checking
|
||||
function does not do any DOM access, as DOM access is orders of magnitude slower then property
|
||||
function does not do any DOM access, as DOM access is orders of magnitude slower than property
|
||||
access on JavaScript object.
|
||||
|
||||
## Integration with the browser event loop
|
||||
|
||||
Reference in New Issue
Block a user