From 7a86b1edf3b6936b4fa7b3e47baed1a7e718fd96 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 8 Sep 2014 19:38:45 -0700 Subject: [PATCH] fix typo --- js/directives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/directives.js b/js/directives.js index 555b78991..f6816d863 100644 --- a/js/directives.js +++ b/js/directives.js @@ -6,7 +6,7 @@ var bignum = bitcore.Bignum; var preconditions = require('preconditions').singleton(); angular.module('copayApp.directives') - irective('validAddress', ['$rootScope', function($rootScope) { + .directive('validAddress', ['$rootScope', function($rootScope) { return { require: 'ngModel',