fix typo
This commit is contained in:
parent
3c38a20ac7
commit
7a86b1edf3
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ var bignum = bitcore.Bignum;
|
||||||
var preconditions = require('preconditions').singleton();
|
var preconditions = require('preconditions').singleton();
|
||||||
|
|
||||||
angular.module('copayApp.directives')
|
angular.module('copayApp.directives')
|
||||||
irective('validAddress', ['$rootScope', function($rootScope) {
|
.directive('validAddress', ['$rootScope', function($rootScope) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
require: 'ngModel',
|
require: 'ngModel',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue