add shapeshift route
This commit is contained in:
parent
c4c8008573
commit
d31b6ab09c
1 changed files with 11 additions and 0 deletions
|
|
@ -1070,6 +1070,17 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
|
||||
/* Shapeshift */
|
||||
.state('tabs.shapeshift', {
|
||||
url: '/shapeshift',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
controller: 'shapeshiftController',
|
||||
templateUrl: 'views/shapeshift.html'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
* Mercado Libre Gift Card
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue