1
0
mirror of https://github.com/moparisthebest/mail synced 2024-12-21 14:58:49 -05:00

Reset showBugReporter in dialog before each display

This commit is contained in:
Tankred Hase 2014-12-19 12:00:06 +01:00
parent cddc0988b7
commit 6a9603cb69

View File

@ -40,6 +40,7 @@ var DialogCtrl = function($scope, dialog) {
$scope.positiveBtnStr = options.positiveBtnStr || 'Ok';
$scope.negativeBtnStr = options.negativeBtnStr || 'Cancel';
$scope.showNegativeBtn = options.showNegativeBtn || false;
$scope.showBugReporter = false;
$scope.callback = options.callback;
}