mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-18 13:05:57 +00:00
(js) Fix dependency injection in Dialog service
This commit is contained in:
@@ -86,9 +86,10 @@
|
||||
controller: PromptDialogController
|
||||
});
|
||||
|
||||
/**
|
||||
* @ngInject
|
||||
*/
|
||||
/**
|
||||
* @ngInject
|
||||
*/
|
||||
PromptDialogController.$inject = ['scope', '$mdDialog'];
|
||||
function PromptDialogController(scope, $mdDialog) {
|
||||
scope.title = title;
|
||||
scope.name = "";
|
||||
|
||||
Reference in New Issue
Block a user