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.
- **ngInclude:** due to [3c6e8ce044446735eb2e70d0061db8c6db050289](https://github.com/angular/angular.js/commit/3c6e8ce044446735eb2e70d0061db8c6db050289), the `src` attribute of ngInclude no longer accepts an
2049
+
expression that returns the result of `$sce.trustAsResourceUrl`. This will now cause an infinite digest:
@@ -545,6 +545,44 @@ Due to [62d514b](https://github.com/angular/angular.js/commit/62d514b06937cc7dd8
545
545
returning an object from a controller constructor function will now override the scope. Views that use the
546
546
controllerAs method will no longer get the this reference, but the returned object.
547
547
548
+
#### ngInclude
549
+
Due to [3c6e8ce044446735eb2e70d0061db8c6db050289](https://github.com/angular/angular.js/commit/3c6e8ce044446735eb2e70d0061db8c6db050289), the `src` attribute of ngInclude no longer accepts an
550
+
expression that returns the result of `$sce.trustAsResourceUrl`. This will now cause an infinite digest:
0 commit comments