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: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -2028,6 +2028,7 @@ This version of AngularJS is problematic due to a issue during its release. Plea
2028
2028
2029
2029
- The `ngTouch` module's `ngClick` directive has been deprecated and disabled by default. See the breaking
2030
2030
changes section for more information
2031
+
- The `angular.lowercase` and `angular.uppercase` functions have been deprecated. It is recommended to use `String.prototype.toLowerCase` and `String.prototype.toUpperCase` functions instead.
0 commit comments