From d7d9ff549178b441c3b3d7bc66f0dfa96625cef0 Mon Sep 17 00:00:00 2001 From: Simon JAILLET Date: Thu, 5 Jun 2014 11:58:49 +0200 Subject: [PATCH] Update angular to 1.2.10 due to https://github.com/angular/angular.js/pull/5047 for being able to test headers with ngMock. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 001b0d6..d5a33b6 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "tests" ], "devDependencies": { - "angular": "~1.2.3", - "angular-mocks": "1.2.3" + "angular": "~1.2.10", + "angular-mocks": "1.2.10" } }