1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00

Remove $parse from frameLoad directive

This commit is contained in:
Tankred Hase 2014-05-09 10:19:35 +02:00
parent c272b4f937
commit 36c08cdbb1

View File

@ -330,7 +330,7 @@ define(function(require) {
};
});
ngModule.directive('frameLoad', function($parse, $sce, $timeout) {
ngModule.directive('frameLoad', function($sce, $timeout) {
return function(scope, elm, attrs) {
scope.$watch(attrs.frameLoad, function(value) {
scope.html = undefined;