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:
commit
6816f9a496
7 changed files with 27 additions and 223 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue