From dbb071b4f723af21f0108c01ddff7ba8ae530ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20R=C3=B6nnb=C3=A4ck?= Date: Tue, 16 Dec 2014 10:47:31 +0100 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 1723cd329..a83fd7d1c 100644 --- a/js/directives.js +++ b/js/directives.js @@ -304,7 +304,7 @@ angular.module('copayApp.directives') }) .directive('clipCopy', function() { return { - restric: 'A', + restrict: 'A', scope: { clipCopy: '=clipCopy' },