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:
parent
c272b4f937
commit
36c08cdbb1
@ -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) {
|
return function(scope, elm, attrs) {
|
||||||
scope.$watch(attrs.frameLoad, function(value) {
|
scope.$watch(attrs.frameLoad, function(value) {
|
||||||
scope.html = undefined;
|
scope.html = undefined;
|
||||||
|
Loading…
Reference in New Issue
Block a user