Do not show producers in hubs list

This commit is contained in:
Rohan Mitchell
2014-11-20 10:06:23 +11:00
parent 4c9aa96b17
commit 912c60f720
7 changed files with 30 additions and 21 deletions

View File

@@ -1,2 +1,2 @@
angular.module("ofn.admin").controller "AdminOverrideVariantsCtrl", ($scope, Enterprises) ->
$scope.Enterprises = Enterprises
angular.module("ofn.admin").controller "AdminOverrideVariantsCtrl", ($scope, hubs) ->
$scope.hubs = hubs