Rename manage by profile. Created a new page "createWallet"
This commit is contained in:
parent
81527aa028
commit
4b8e18735d
12 changed files with 78 additions and 62 deletions
5
js/controllers/createWallet.js
Normal file
5
js/controllers/createWallet.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
'use strict';
|
||||
angular.module('copayApp.controllers').controller('CreateWalletController', function($scope, $rootScope) {
|
||||
|
||||
$rootScope.title = 'Create Wallet';
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue