- update test

This commit is contained in:
Michael Wittwer
2016-01-16 11:14:14 +01:00
parent c2bbed113e
commit 4fde70e3c1
+1 -1
View File
@@ -41,7 +41,7 @@ class DialogTestController {
class LoginDialogController {
constructor($scope: angular.dialog.IDialogOpenScope) {
constructor($scope:angular.dialog.IDialogScope) {
$scope.closeThisDialog("bye");
}