feedback feature
This commit is contained in:
parent
aa887dfc5e
commit
b64e80478e
14 changed files with 344 additions and 3 deletions
6
src/js/controllers/feedback/thanks.js
Normal file
6
src/js/controllers/feedback/thanks.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
angular.module('copayApp.controllers').controller('thanksController', function($scope, $state, $stateParams) {
|
||||
$scope.score = parseInt($stateParams.score);
|
||||
$scope.skip = $stateParams.skip && $scope.score == 5;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue