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

Commit 69bf2f0

Browse files
cironunespetebacondarwin
authored andcommitted
docs(ngModel): fix anchor text
Closes #9604
1 parent fd375c5 commit 69bf2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
22552255
*
22562256
* For best practices on using `ngModel`, see:
22572257
*
2258-
* - [https://github.com/angular/angular.js/wiki/Understanding-Scopes]
2258+
* - [Understanding Scopes](https://github.com/angular/angular.js/wiki/Understanding-Scopes)
22592259
*
22602260
* For basic examples, how to use `ngModel`, see:
22612261
*

0 commit comments

Comments
 (0)