Rename module to copayApp.addons
This commit is contained in:
parent
e6785335a9
commit
9dfca68354
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ var modules = [
|
|||
'copayApp.services',
|
||||
'copayApp.controllers',
|
||||
'copayApp.directives',
|
||||
'copayApp.plugins'
|
||||
'copayApp.addons'
|
||||
];
|
||||
|
||||
var copayApp = window.copayApp = angular.module('copayApp', modules);
|
||||
|
|
@ -22,5 +22,5 @@ angular.module('copayApp.filters', []);
|
|||
angular.module('copayApp.services', []);
|
||||
angular.module('copayApp.controllers', []);
|
||||
angular.module('copayApp.directives', []);
|
||||
angular.module('copayApp.plugins', []);
|
||||
angular.module('copayApp.addons', []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue