We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1beebee commit 6b786dcCopy full SHA for 6b786dc
src/ng/directive/ngIf.js
@@ -19,7 +19,7 @@
19
* Note that when an element is removed using `ngIf` its scope is destroyed and a new scope
20
* is created when the element is restored. The scope created within `ngIf` inherits from
21
* its parent scope using
22
- * [prototypal inheritance](https://github.com/angular/angular.js/wiki/The-Nuances-of-Scope-Prototypal-Inheritance).
+ * [prototypal inheritance](https://github.com/angular/angular.js/wiki/Understanding-Scopes#javascript-prototypal-inheritance).
23
* An important implication of this is if `ngModel` is used within `ngIf` to bind to
24
* a javascript primitive defined in the parent scope. In this case any modifications made to the
25
* variable within the child scope will override (hide) the value in the parent scope.
0 commit comments