Hide nav-bar on amount/confirm and addressbook views

This commit is contained in:
Gustavo Maximiliano Cortez 2016-09-26 18:26:41 -03:00
commit ec875f7b1b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
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', {