diff --git a/UI/WebServerResources/js/Common/Dialog.service.js b/UI/WebServerResources/js/Common/Dialog.service.js index 3dfe830e1..8d1a5a86d 100644 --- a/UI/WebServerResources/js/Common/Dialog.service.js +++ b/UI/WebServerResources/js/Common/Dialog.service.js @@ -86,9 +86,10 @@ controller: PromptDialogController }); - /** - * @ngInject - */ + /** + * @ngInject + */ + PromptDialogController.$inject = ['scope', '$mdDialog']; function PromptDialogController(scope, $mdDialog) { scope.title = title; scope.name = "";