add pincode view-controller
This commit is contained in:
parent
aba86e3db5
commit
86b8bd4326
6 changed files with 170 additions and 2 deletions
|
|
@ -672,6 +672,22 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
* Pin Code
|
||||
*
|
||||
*/
|
||||
|
||||
.state('tabs.home.pincode', {
|
||||
url: '/pincode',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
templateUrl: 'views/pincode.html',
|
||||
controller: 'pincodeController'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
* Paper Wallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue