mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
docs(rootScope): fix typo
This commit is contained in:
parent
3ca6c4bfb9
commit
9f08d03978
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
* value as last time so we optimize the operation.
|
* value as last time so we optimize the operation.
|
||||||
*
|
*
|
||||||
* Closures construction is expensive in terms of speed as well as memory:
|
* Closures construction is expensive in terms of speed as well as memory:
|
||||||
* - No closures, instead ups prototypical inheritance for API
|
* - No closures, instead use prototypical inheritance for API
|
||||||
* - Internal state needs to be stored on scope directly, which means that private state is
|
* - Internal state needs to be stored on scope directly, which means that private state is
|
||||||
* exposed as $$____ properties
|
* exposed as $$____ properties
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue