top-bar with dynamic title

This commit is contained in:
Gustavo Maximiliano Cortez 2014-10-27 16:13:06 -03:00
commit 096a5d0290
25 changed files with 184 additions and 80 deletions

View file

@ -4,6 +4,7 @@ angular.module('copayApp.controllers').controller('CopayersController',
function($scope, $rootScope, $location, backupService, controllerUtils) {
$scope.isSafari = Object.prototype.toString.call(window.HTMLElement).indexOf('Constructor') > 0;
$scope.hideAdv = true;
$rootScope.title = 'Copayers';
$scope.skipBackup = function() {
var w = $rootScope.wallet;