top-bar with dynamic title
This commit is contained in:
parent
ad87c4fc56
commit
096a5d0290
25 changed files with 184 additions and 80 deletions
|
|
@ -9,6 +9,7 @@ angular.module('copayApp.controllers').controller('CreateController',
|
|||
$scope.isMobile = !!window.cordova;
|
||||
$scope.hideAdv = true;
|
||||
$scope.networkName = config.networkName;
|
||||
$rootScope.title = 'Create a wallet';
|
||||
|
||||
// ng-repeat defined number of times instead of repeating over array?
|
||||
$scope.getNumber = function(num) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue