change angular module namespace to copayApp
This commit is contained in:
parent
7432f216bb
commit
ac58d9744e
21 changed files with 92 additions and 89 deletions
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copay.import').controller('ImportController',
|
||||
angular.module('copayApp.import').controller('ImportController',
|
||||
function($scope, $rootScope, walletFactory, controllerUtils, Passphrase) {
|
||||
$scope.title = 'Import a backup';
|
||||
var reader = new FileReader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue