top-bar with dynamic title
This commit is contained in:
parent
ad87c4fc56
commit
096a5d0290
25 changed files with 184 additions and 80 deletions
|
|
@ -5,6 +5,7 @@ angular.module('copayApp.controllers').controller('JoinController',
|
|||
$rootScope.fromSetup = false;
|
||||
$scope.loading = false;
|
||||
$scope.isMobile = !!window.cordova;
|
||||
$rootScope.title = 'Join a wallet';
|
||||
|
||||
// QR code Scanner
|
||||
var cameraInput;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue