Remove reference to 'Admin' from global namespace

This commit is contained in:
Rob H
2014-05-23 11:22:12 +10:00
parent 47f6d32055
commit e85c144e87
27 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
Admin.controller "enterprisesDashboardCtrl", [
angular.module("ofn.admin").controller "enterprisesDashboardCtrl", [
"$scope"
($scope) ->
$scope.activeTab = "hubs"