adding icon to feedback flow
This commit is contained in:
parent
98fe0f78f9
commit
1675acb87a
9 changed files with 117 additions and 64 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue