Merge pull request #195 from cmgustavo/ref/design-54

Hide ion-tabs on amount/confirm and addressbook views
This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-27 10:02:12 -03:00 committed by GitHub
commit 5955041547
5 changed files with 31 additions and 10 deletions

View file

@ -191,6 +191,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
.state('tabs', {
url: '/tabs',
abstract: true,
controller: 'tabsController',
templateUrl: 'views/tabs.html'
})
.state('tabs.home', {