From 7a2210fc62407c812c928d073410a68c3670949b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 6 Dec 2013 13:15:45 -0600 Subject: [PATCH] add signature_pad dependency to fix #2 --- bower.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5a1b3a2..4d66cfc 100644 --- a/bower.json +++ b/bower.json @@ -24,6 +24,7 @@ ".gitignore" ], "dependencies": { - "angular": "1.2.2" + "angular": "1.2.2", + "signature_pad": ">= 1.2.4" } -} \ No newline at end of file +}