mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Reset showBugReporter in dialog before each display
This commit is contained in:
parent
cddc0988b7
commit
6a9603cb69
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user