I'm trying to load an external url in an iframe in the back end. The AngularJS documentation states that I should use $sce for that, something like this:
$scope.iframeUrl = $sce.trustAsResourceUrl(url);
but $sce is undefined, even if I inject it into the controller.
Using $sce in back end to load external iframe
Hi all,
I'm trying to load an external url in an iframe in the back end. The AngularJS documentation states that I should use $sce for that, something like this:
but $sce is undefined, even if I inject it into the controller.
I'm on Umbraco 7.5.14.
Any tips?
Erik
OW
is working on a reply...