From 20f9e6b9117541737d18a31ef74145fb473a4a7e Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Sat, 16 Nov 2013 15:18:58 +0100 Subject: [PATCH] upgrade angular, fix #1786 --- bower.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index ff1b5bde1dc..314e9d04561 100644 --- a/bower.json +++ b/bower.json @@ -17,9 +17,9 @@ "jquery": "~2.0.3", "jquery.cookie": "~1.4.0", "jquery-ui": "~1.10.3", - "angular": "1.2.0-rc.3", - "angular-sanitize": "1.2.0-rc.3", - "angular-resource": "1.2.0-rc.3", + "angular": "~1.2.1", + "angular-sanitize": "~1.2.1", + "angular-resource": "~1.2.1", "angular-ui": "~0.4.0", "angular-ui-utils": "~0.0.4", "angular-bootstrap": "~0.5.0", @@ -39,9 +39,9 @@ "resolutions": { "jquery": "~2.0.3", "bootstrap": "v2.3.2", - "angular": "1.2.0-rc.3" + "angular": "~1.2.1" }, "devDependencies": { - "angular-mocks": "1.2.0-rc.3" + "angular-mocks": "~1.2.1" } }