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
+31-2
Original file line number
Diff line number
Diff line change
@@ -448,8 +448,8 @@ This in turn affects how dirty checking treats objects that prototypally
448
448
inherit from `Array` (e.g. MobX observable arrays). AngularJS will now
449
449
be able to handle these objects better when copying or watching.
450
450
451
-
### **$sce** due to:
452
-
- **[1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)**: handle URL sanitization through the `$sce` service
451
+
### **$sce** :
452
+
- due to **[1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)**: handle URL sanitization through the `$sce` service
453
453
454
454
If you use `attrs.$set` for URL attributes (a[href] and img[src]) there will no
455
455
longer be any automated sanitization of the value. This is in line with other
@@ -463,6 +463,35 @@ Note that values that have been passed through the `$interpolate` service within
463
463
`URL` or `MEDIA_URL` will have already been sanitized, so you would not need to sanitize
464
464
these values again.
465
465
466
+
- due to **[1e9ead](https://github.com/angular/angular.js/commit/1e9eadcd72dbbd5c67dae8328a63e535cfa91ff9)**: handle URL sanitization through the `$sce` service
467
+
468
+
binding `trustAs()` and the short versions (`trustAsResourceUrl()` et al.) to
469
+
`ngSrc`, `ngSrcset`, and `ngHref` will now raise an infinite digest error:
- **[1d8046](https://github.com/angular/angular.js/commit/1d804645f7656d592c90216a0355b4948807f6b8)**: consider `null` and `undefined` greater than other values
0 commit comments