refactor config/list/scan

This commit is contained in:
matiu 2017-09-08 05:03:30 -03:00
commit fbda525e6d
8 changed files with 213 additions and 26 deletions

View file

@ -464,6 +464,16 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
}
})
.state('tabs.cash', {
url: '/cash',
views: {
'tab-home@tabs': {
controller: 'cashController',
templateUrl: 'views/tab-cash.html'
}
}
})
/*
*