Skip to content

Commit 9bcdfcf

Browse files
committed
docs(*): fix dangling links
Closes angular#15984
1 parent 66945e2 commit 9bcdfcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/content/guide/migration.ngdoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ jqLite/jQuery collections
13121312

13131313
#### Helper Functions:
13141314

1315-
The {@link angular.lowercase `angular.lowercase`} and {@link angular.uppercase `angular.uppercase`} functions have been **deprecated** and will be removed
1315+
The `angular.lowercase` and `angular.uppercase` functions have been **deprecated** and will be removed
13161316
in version 1.7.0. It is recommended to use [String.prototype.toLowerCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toLowerCase) and [String.prototype.toUpperCase](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/toUpperCase) functions instead.
13171317

13181318

@@ -1461,8 +1461,8 @@ to render error messages with ngMessages that are listed with a directive such a
14611461
involves pulling error message data from a server and then displaying that data via the mechanics of ngMessages. Be
14621462
sure to read the breaking change involved with `ngMessagesInclude` to upgrade your template code.
14631463

1464-
Other changes, such as the ordering of elements with ngRepeat and ngOptions and the way ngPattern and pattern directives
1465-
validate the regex, may also affect the behavior of your application. And be sure to also read up on the changes to `$cookies`.
1464+
Other changes, such as the ordering of elements with ngRepeat and ngOptions and the way ngPattern and pattern directives
1465+
validate the regex, may also affect the behavior of your application. And be sure to also read up on the changes to `$cookies`.
14661466
The migration jump from 1.3 to 1.4 should be relatively straightforward otherwise.
14671467

14681468

src/ng/directive/select.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ var SelectController =
483483
* the content of the `value` attribute or the textContent of the `<option>`, if the value attribute is missing.
484484
* Value and textContent can be interpolated.
485485
*
486-
* The {@link select.selectController select controller} exposes utility functions that can be used
486+
* The {@link select.SelectController select controller} exposes utility functions that can be used
487487
* to manipulate the select's behavior.
488488
*
489489
* ## Matching model and option values

0 commit comments

Comments
 (0)