Refactor Angular controllers further

This commit is contained in:
Matt-Yorkley
2019-05-10 15:54:53 +01:00
parent a91ae8947b
commit 874fb884b8
4 changed files with 9 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, Navigation, $location, CurrentHub, $http, $timeout) ->
Darkswarm.controller "HubNodeCtrl", ($scope, HashNavigation, CurrentHub, $http, $timeout) ->
$scope.shopfront_loading = false
$scope.enterprise_details = []