Merge pull request #509 from cmgustavo/bug/hide-tab-bar-after-send

Fix tab-bar after send tx
This commit is contained in:
Matias Alejo Garcia 2016-10-17 18:22:40 -03:00 committed by GitHub
commit fe085d8567
2 changed files with 10 additions and 4 deletions

View file

@ -22,4 +22,8 @@ angular.module('copayApp.controllers').controller('tabsController', function($ro
}, 1);
};
$scope.$on("$ionicView.beforeEnter", function(event, data){
$rootScope.hideTabs = '';
});
});