rename files

This commit is contained in:
Gabriel Bazán 2016-11-11 17:05:06 -03:00
commit 39ce7af64d
13 changed files with 28 additions and 28 deletions

View file

@ -10,11 +10,11 @@ angular.module('copayApp.controllers').controller('rateCardController', function
$scope.rateModal.remove();
}
if ($scope.isCordova && $scope.score == 5) {
$state.go('feedback.rateAppStore', {
$state.go('feedback.rateApp', {
score: $scope.score
});
} else {
$state.go('feedback.sendFeedback', {
$state.go('feedback.send', {
score: $scope.score
});
}