From 9aa7b99cf24460778ed4da09d4c2568c721b7476 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 22 Aug 2016 14:50:05 -0300 Subject: [PATCH] rm focusedClient --- src/js/directives/directives.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/directives/directives.js b/src/js/directives/directives.js index 296a94da1..b095dda5c 100644 --- a/src/js/directives/directives.js +++ b/src/js/directives/directives.js @@ -16,8 +16,8 @@ function selectText(element) { } } angular.module('copayApp.directives') - .directive('validAddress', ['$rootScope', 'bitcore', 'profileService', - function($rootScope, bitcore, profileService) { + .directive('validAddress', ['$rootScope', 'bitcore', + function($rootScope, bitcore) { return { require: 'ngModel', link: function(scope, elem, attrs, ctrl) {