plugin system v0
This commit is contained in:
parent
2849f773e2
commit
c0360e7beb
9 changed files with 73 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('HomeController',
|
||||
function($scope, $rootScope, $location, walletFactory, notification, controllerUtils) {
|
||||
function($scope, $rootScope, $location, walletFactory, notification, controllerUtils, pluginManager) {
|
||||
|
||||
controllerUtils.redirIfLogged();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue