From 0508b71e49bab90d9441e3b7e7e9c2b77d4d2446 Mon Sep 17 00:00:00 2001 From: Zara Zaimeche Date: Tue, 7 Jul 2015 11:53:43 +0100 Subject: [PATCH] Bugfix: 'right click is interpreted as left click' On some browers, storyboard interpreted right clicks as left clicks, meaning users could not open links in new tabs, etc. This was a problem with angularjs; updating angularjs to version 1.3.13 fixes this. Change-Id: I5b2c7aa2858895bc6bf76176fdeac55bcd154939 --- bower.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bower.json b/bower.json index 9682d558..e6c0a6b5 100644 --- a/bower.json +++ b/bower.json @@ -3,9 +3,9 @@ "version": "0.0.1", "dependencies": { "font-awesome": "4.3.0", - "angular": "1.3.10", - "angular-resource": "1.3.10", - "angular-sanitize": "1.3.10", + "angular": "1.3.13", + "angular-resource": "1.3.13", + "angular-sanitize": "1.3.13", "bootstrap": "3.3.2", "angular-ui-router": "0.2.13", "angular-bootstrap": "0.12.0", @@ -15,11 +15,11 @@ "angular-cache": "3.2.5" }, "devDependencies": { - "angular-mocks": "1.3.10", - "angular-scenario": "1.3.10" + "angular-mocks": "1.3.13", + "angular-scenario": "1.3.13" }, "resolutions": { - "angular": "1.3.10", + "angular": "1.3.13", "font-awesome": "4.3.0" } }