Fix feedback issues
This commit is contained in:
parent
1943f2afa6
commit
e7bb449b6e
11 changed files with 98 additions and 93 deletions
|
|
@ -7,11 +7,11 @@ angular.module('copayApp.controllers').controller('rateCardController', function
|
|||
|
||||
$scope.goFeedbackFlow = function() {
|
||||
if ($scope.isCordova && $scope.score == 5) {
|
||||
$state.go('feedback.rateApp', {
|
||||
$state.go('tabs.rate.rateApp', {
|
||||
score: $scope.score
|
||||
});
|
||||
} else {
|
||||
$state.go('feedback.send', {
|
||||
$state.go('tabs.rate.send', {
|
||||
score: $scope.score
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue