mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 09:07:46 +08:00
docs(rootScope): fix typo
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* value as last time so we optimize the operation.
|
||||
*
|
||||
* 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
|
||||
* exposed as $$____ properties
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user