From 491c8daf31078ccb38e02f2058bf2e5acbe7c4c9 Mon Sep 17 00:00:00 2001 From: SimeonC Date: Fri, 17 Oct 2014 17:39:19 +1300 Subject: [PATCH] fix(bower): Fixes angular bower dependancy to support 1.3.0 Closes #358 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 4b106faf..58256c49 100644 --- a/bower.json +++ b/bower.json @@ -19,7 +19,7 @@ "package.json" ], "dependencies": { - "angular": "~1.2.x" + "angular": "^1.2.x" }, "devDependencies": { "angular-mocks": "~1.2.x",