mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 04:05:13 -05:00
fix scope apply on send
This commit is contained in:
parent
ed3f4318b4
commit
caa1be2e69
@ -112,7 +112,9 @@ define(function(require) {
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.$parent.$parent.closeWriter();
|
||||
var ps = $scope.$parent.$parent;
|
||||
ps.closeWriter();
|
||||
ps.$apply();
|
||||
});
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user