fix titles

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-30 18:17:41 -03:00
commit 58769fec3f
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; var w = $rootScope.wallet;
$rootScope.title = 'History';
$scope.loading = false; $scope.loading = false;
$scope.lastShowed = false; $scope.lastShowed = false;

View file

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