You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/guide/migration.ngdoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -1312,7 +1312,7 @@ jqLite/jQuery collections
1312
1312
1313
1313
#### Helper Functions:
1314
1314
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
1316
1316
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.
1317
1317
1318
1318
@@ -1461,8 +1461,8 @@ to render error messages with ngMessages that are listed with a directive such a
1461
1461
involves pulling error message data from a server and then displaying that data via the mechanics of ngMessages. Be
1462
1462
sure to read the breaking change involved with `ngMessagesInclude` to upgrade your template code.
1463
1463
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`.
1466
1466
The migration jump from 1.3 to 1.4 should be relatively straightforward otherwise.
0 commit comments