Fix animation after send feedback (back). Adds Share BitPay option in settings
This commit is contained in:
parent
58da84deff
commit
96e6fc5345
5 changed files with 27 additions and 12 deletions
|
|
@ -752,6 +752,18 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
}
|
||||
})
|
||||
.state('tabs.feedback.shareApp', {
|
||||
url: '/shareApp/:score/:skipped',
|
||||
views: {
|
||||
'tab-settings@tabs': {
|
||||
controller: 'completeController',
|
||||
templateUrl: 'views/feedback/complete.html'
|
||||
}
|
||||
},
|
||||
customConfig: {
|
||||
hideStatusBar: true
|
||||
}
|
||||
})
|
||||
.state('tabs.rate', {
|
||||
url: '/rate',
|
||||
abstract: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue