Merge pull request #216 from cmgustavo/ref/design-11

Clean directives. Support valid-address testnet/livenet. Fix mouse-wheel on input number
This commit is contained in:
Matias Alejo Garcia 2016-08-23 11:54:36 -03:00 committed by GitHub
commit 6816f9a496
7 changed files with 27 additions and 223 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.controllers').controller('tabSendController', function($scope, $ionicModal, $log, $timeout, addressbookService, profileService, configService, lodash, $state, walletService) {
angular.module('copayApp.controllers').controller('tabSendController', function($scope, $ionicModal, $log, $timeout, addressbookService, profileService, lodash, $state, walletService) {
var originalList;