From fb0af90254ccd96f9b26124de5ba883e657b0d18 Mon Sep 17 00:00:00 2001 From: Olav Nymoen Date: Sat, 6 Apr 2013 11:23:18 +0200 Subject: [PATCH] Quickfix because Angular 1.0.6 broke --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index f8cc081..badcf5d 100644 --- a/component.json +++ b/component.json @@ -4,6 +4,6 @@ "dependencies": { "jquery": "~1.9.1", "requirejs": "~2.1.4", - "angular": "~1.0.4" + "angular": "1.0.5" } }