small refactor

This commit is contained in:
Sebastiaan Pasma 2018-07-10 11:15:17 +02:00
commit 5070a0042c
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('tabSendV2Controller', function($scope, $rootScope, $log, $timeout, $ionicScrollDelegate, addressbookService, profileService, lodash, $state, walletService, incomingData, popupService, platformInfo, bwcError, gettextCatalog, scannerService, configService, bitcoinCashJsService, $ionicNavBarDelegate, clipboardService) {
angular.module('copayApp.controllers').controller('tabSendController', function($scope, $rootScope, $log, $timeout, $ionicScrollDelegate, addressbookService, profileService, lodash, $state, walletService, incomingData, popupService, platformInfo, bwcError, gettextCatalog, scannerService, configService, bitcoinCashJsService, $ionicNavBarDelegate, clipboardService) {
var clipboardHasAddress = false;
var clipboardHasContent = false;

View file

@ -8,7 +8,6 @@
@import "tab-receive";
@import "tab-scan";
@import "tab-send";
@import "tab-send-v2";
@import "tab-settings";
@import "wallet-colors";
@import "walletBalance";