adding icon to feedback flow

This commit is contained in:
Gabriel Bazán 2016-11-14 23:20:41 -03:00
commit 1675acb87a
9 changed files with 117 additions and 64 deletions

View file

@ -3,6 +3,7 @@
angular.module('copayApp.controllers').controller('rateCardController', function($scope, $state, $timeout, gettextCatalog, platformInfo, storageService) {
$scope.isCordova = platformInfo.isCordova;
$scope.score = 0;
$scope.goFeedbackFlow = function() {
if ($scope.isModal) {