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
- **ngInclude:** due to [3c6e8ce044446735eb2e70d0061db8c6db050289](https://github.com/angular/angular.js/commit/3c6e8ce044446735eb2e70d0061db8c6db050289), the `src` attribute of ngInclude no longer accepts an
962
+
expression that returns the result of `$sce.trustAsResourceUrl`. This will now cause an infinite digest:
@@ -316,6 +316,45 @@ returning an object from a controller constructor function will now override the
316
316
controllerAs method will no longer get the this reference, but the returned object.
317
317
318
318
319
+
### ngInclude:
320
+
Due to [3c6e8ce044446735eb2e70d0061db8c6db050289](https://github.com/angular/angular.js/commit/3c6e8ce044446735eb2e70d0061db8c6db050289), the `src` attribute of ngInclude no longer accepts an
321
+
expression that returns the result of `$sce.trustAsResourceUrl`. This will now cause an infinite digest:
0 commit comments