Skip to content

Commit 68b7b69

Browse files
AzayzelAwk34
authored andcommitted
fix(client:modal): Fix unknown provider error
This resolves the unknown provider error when using the modal service. fixes #2247
1 parent 3ca3cd5 commit 68b7b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: templates/app/client/components/modal(uibootstrap)/modal.service.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ export function Modal($rootScope, $uibModal) {
7272
};
7373
}
7474

75-
export default angular.module('<%= scriptAppName %>')
75+
export default angular.module('<%= scriptAppName %>.Modal',[])
7676
.factory('Modal', Modal)
7777
.name;

0 commit comments

Comments
 (0)