rm focusedClient
This commit is contained in:
parent
d4f39abc9a
commit
9aa7b99cf2
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue