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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/content/guide/migration.ngdoc
+1-1
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.
0 commit comments