Clean up syntax

This commit is contained in:
Rohan Mitchell
2016-02-11 14:26:08 +11:00
parent 45d4dd6b88
commit e2722710de

View File

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