Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca6c4b commit 9f08d03Copy full SHA for 9f08d03
src/ng/rootScope.js
@@ -9,7 +9,7 @@
9
* value as last time so we optimize the operation.
10
*
11
* Closures construction is expensive in terms of speed as well as memory:
12
- * - No closures, instead ups prototypical inheritance for API
+ * - No closures, instead use prototypical inheritance for API
13
* - Internal state needs to be stored on scope directly, which means that private state is
14
* exposed as $$____ properties
15
0 commit comments