From df8c9359759220082b448ece43b3547166a46268 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 13 Oct 2015 20:57:16 +0900 Subject: [PATCH] Revert to Angular 1.4.7 since it seems to break the transcluded directive which uses ng-context-menu. Commit that seems to be breaking it: https://github.com/angular/angular.js/commit/652b83eb226131d131a44453520a569202aa4aac Also, use a ng-context-menu fork since the original is looking for maintainers now. --- bower.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/bower.json b/bower.json index 2f1b1d32..f8315fe5 100644 --- a/bower.json +++ b/bower.json @@ -2,12 +2,12 @@ "name": "stf", "version": "0.1.0", "dependencies": { - "angular": "~1.5.0", - "angular-cookies": "~1.5.0", - "angular-route": "~1.5.0", - "angular-sanitize": "~1.5.0", - "angular-animate": "~1.5.0", - "angular-touch": "~1.5.0", + "angular": "~1.4.7", + "angular-cookies": "~1.4.7", + "angular-route": "~1.4.7", + "angular-sanitize": "~1.4.7", + "angular-animate": "~1.4.7", + "angular-touch": "~1.4.7", "lodash": "~3.10.1", "oboe": "~2.1.2", "ng-table": "~1.0.0-beta.5", @@ -25,7 +25,7 @@ "angular-hotkeys": "chieffancypants/angular-hotkeys#~1.6.0", "angular-borderlayout": "git://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67", "angular-ui-bootstrap": "~0.14.1", - "ng-context-menu": "~1.0.2", + "ng-context-menu": "AdiDahan/ng-context-menu#~1.0.5", "components-font-awesome": "~4.4.0", "epoch": "~0.6.0", "ng-epoch": "~1.0.7", @@ -36,13 +36,12 @@ }, "private": true, "devDependencies": { - "angular-mocks": "~1.5.0" + "angular-mocks": "~1.4.7" }, "resolutions": { - "angular": "~1.5.0", + "angular": "~1.4.7", "d3": "~3.5.5", "spin.js": "~2.3.2", - "eventEmitter": "~4.3.0", - "angular-bootstrap": "~0.13.4" + "eventEmitter": "~4.3.0" } }