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
1 changed files with 1 additions and 0 deletions

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;
}