mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
- update test
This commit is contained in:
@@ -41,7 +41,7 @@ class DialogTestController {
|
||||
|
||||
class LoginDialogController {
|
||||
|
||||
constructor($scope: angular.dialog.IDialogOpenScope) {
|
||||
constructor($scope:angular.dialog.IDialogScope) {
|
||||
|
||||
$scope.closeThisDialog("bye");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user