Split 'My Enterprises' dashboard item into Hubs and Producers

This commit is contained in:
Rob H
2014-05-22 15:28:25 +10:00
parent 3bf21d42dd
commit ed3c23cd90
7 changed files with 160 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
Admin.controller "enterprisesDashboard", [
"$scope"
($scope) ->
$scope.activeTab = "hubs"
]