Merge pull request #1619 from cmgustavo/bug/fix-titles

fix titles
This commit is contained in:
Matias Alejo Garcia 2014-10-30 18:39:32 -03:00
commit 95d481be77
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@ angular.module('copayApp.controllers').controller('HistoryController',
var w = $rootScope.wallet;
$rootScope.title = 'History';
$scope.loading = false;
$scope.lastShowed = false;

View file

@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('ReceiveController',
function($scope, $rootScope, $timeout, $modal, controllerUtils) {
controllerUtils.redirIfNotComplete();
$rootScope.title = 'Receive';
$scope.loading = false;
$scope.showAll = false;