mirror of https://github.com/akveo/blur-admin
refactor(mail): move compose and message service from theme to mail module
parent
43e0abf92e
commit
482740044c
|
@ -5,7 +5,7 @@
|
|||
(function () {
|
||||
'use strict';
|
||||
|
||||
angular.module('BlurAdmin.theme')
|
||||
angular.module('BlurAdmin.pages.mail')
|
||||
.service('mailMessages', mailMessages);
|
||||
|
||||
/** @ngInject */
|
||||
|
|
Loading…
Reference in New Issue