Fix animation after send feedback (back). Adds Share BitPay option in settings

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-16 16:57:36 -03:00
commit 96e6fc5345
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 27 additions and 12 deletions

View file

@ -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