aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
diff options
context:
space:
mode:
authorMisko Hevery2012-03-01 11:28:50 -0800
committerMisko Hevery2012-06-02 16:02:08 -0700
commitf0be543614d5c2c3f492e1ed73ec964bd8a3d381 (patch)
tree6f831d7fb45df34142d0cd6b9e0ad7d1d7c42d1d /src/ng/rootScope.js
parenta3a37c2063a9098539a59444b8e4a52959f3ee24 (diff)
downloadangular.js-f0be543614d5c2c3f492e1ed73ec964bd8a3d381.tar.bz2
doc(ngdoc): clean up doc generation and add missing documentation links
Diffstat (limited to 'src/ng/rootScope.js')
-rw-r--r--src/ng/rootScope.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js
index 449a30f6..d1c62317 100644
--- a/src/ng/rootScope.js
+++ b/src/ng/rootScope.js
@@ -165,7 +165,7 @@ function $RootScopeProvider(){
* the scope and its child scopes to be permanently detached from the parent and thus stop
* participating in model change detection and listener notification by invoking.
*
- * @params {boolean} isolate if true then the scoped does not prototypically inherit from the
+ * @param {boolean} isolate if true then the scoped does not prototypically inherit from the
* parent scope. The scope is isolated, as it can not se parent scope properties.
* When creating widgets it is useful for the widget to not accidently read parent
* state.