mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-23 13:25:48 +00:00
docs($rootScope): fix typos on $new
This commit is contained in:
parent
c0b9e94dec
commit
b01c28c900
1 changed files with 3 additions and 3 deletions
|
|
@ -165,9 +165,9 @@ function $RootScopeProvider(){
|
||||||
* the scope and its child scopes to be permanently detached from the parent and thus stop
|
* 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.
|
* participating in model change detection and listener notification by invoking.
|
||||||
*
|
*
|
||||||
* @param {boolean} isolate if true then the scoped does not prototypically inherit from the
|
* @param {boolean} isolate if true then the scope does not prototypically inherit from the
|
||||||
* parent scope. The scope is isolated, as it can not se parent scope properties.
|
* parent scope. The scope is isolated, as it can not see parent scope properties.
|
||||||
* When creating widgets it is useful for the widget to not accidently read parent
|
* When creating widgets it is useful for the widget to not accidentally read parent
|
||||||
* state.
|
* state.
|
||||||
*
|
*
|
||||||
* @returns {Object} The newly created child scope.
|
* @returns {Object} The newly created child scope.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue