This commit is contained in:
Javier 2016-05-30 13:26:48 -03:00
commit 736056fd20
5 changed files with 4 additions and 12 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('customAmountController', function($scope, $timeout, $filter, isCordova, rateService) {
angular.module('copayApp.controllers').controller('customAmountController', function($scope, $timeout, $filter, isCordova, isMobile, rateService) {
var self = $scope.self;
$scope.unitName = self.unitName;