Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 6b786dc

Browse files
jesselpalmerbtford
authored andcommitted
docs(ngIf): update out-of-date link
1 parent 1beebee commit 6b786dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngIf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Note that when an element is removed using `ngIf` its scope is destroyed and a new scope
2020
* is created when the element is restored. The scope created within `ngIf` inherits from
2121
* its parent scope using
22-
* [prototypal inheritance](https://github.com/angular/angular.js/wiki/The-Nuances-of-Scope-Prototypal-Inheritance).
22+
* [prototypal inheritance](https://github.com/angular/angular.js/wiki/Understanding-Scopes#javascript-prototypal-inheritance).
2323
* An important implication of this is if `ngModel` is used within `ngIf` to bind to
2424
* a javascript primitive defined in the parent scope. In this case any modifications made to the
2525
* variable within the child scope will override (hide) the value in the parent scope.

0 commit comments

Comments
 (0)