From 95848ac030ef631c73a7787d3a945ad2a7939364 Mon Sep 17 00:00:00 2001 From: Sergey Moiseev Date: Thu, 26 Mar 2015 17:51:52 +0300 Subject: [PATCH] Fix dependency to be compatible with angular 1.3 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 5f3fcbea..b1cb4f42 100644 --- a/bower.json +++ b/bower.json @@ -23,7 +23,7 @@ "package.json" ], "dependencies": { - "angular": "^1.2.x", + "angular": ">=1.2.x", "bootstrap-css-only": "^3.0.x", "font-awesome": "^4.0.x", "rangy": "^1.2.0"