fix tab selection

This commit is contained in:
Javier 2015-11-24 10:21:29 -03:00
commit 19aa16eaa3

View file

@ -1100,6 +1100,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
$rootScope.$on('$stateChangeSuccess', function(ev, to, toParams, from, fromParams) {
self.prevState = from.name || 'walletHome';
self.tab = 'walletHome';
});
$rootScope.$on('Local/ClearHistory', function(event) {