rm focusedClient

This commit is contained in:
Matias Alejo Garcia 2016-08-22 14:50:05 -03:00
commit 9aa7b99cf2
No known key found for this signature in database
GPG key ID: 02470DB551277AB3

View file

@ -16,8 +16,8 @@ function selectText(element) {
} }
} }
angular.module('copayApp.directives') angular.module('copayApp.directives')
.directive('validAddress', ['$rootScope', 'bitcore', 'profileService', .directive('validAddress', ['$rootScope', 'bitcore',
function($rootScope, bitcore, profileService) { function($rootScope, bitcore) {
return { return {
require: 'ngModel', require: 'ngModel',
link: function(scope, elem, attrs, ctrl) { link: function(scope, elem, attrs, ctrl) {