From 8595359d4dd08ffd4b6fc26081482c79940d10b1 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Fri, 9 May 2014 11:03:03 +1000 Subject: [PATCH] Fixing a missing reference to Navigation --- .../darkswarm/controllers/hub_node_controller.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/darkswarm/controllers/hub_node_controller.js.coffee b/app/assets/javascripts/darkswarm/controllers/hub_node_controller.js.coffee index 6eeecc2775..7d1845cea7 100644 --- a/app/assets/javascripts/darkswarm/controllers/hub_node_controller.js.coffee +++ b/app/assets/javascripts/darkswarm/controllers/hub_node_controller.js.coffee @@ -1,4 +1,4 @@ -Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, $location, $anchorScroll, $templateCache, CurrentHub) -> +Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, Navigation, $location, $anchorScroll, $templateCache, CurrentHub) -> $scope.toggle = -> HashNavigation.toggle $scope.hub.hash