From e2722710dedd24c5a8cbafbd07588ff48a47dcbb Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 11 Feb 2016 14:26:08 +1100 Subject: [PATCH] Clean up syntax --- .../controllers/enterprises_dashboard_controller.js.coffee | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/admin/controllers/enterprises_dashboard_controller.js.coffee b/app/assets/javascripts/admin/controllers/enterprises_dashboard_controller.js.coffee index ad72ff3529..60315d30c1 100644 --- a/app/assets/javascripts/admin/controllers/enterprises_dashboard_controller.js.coffee +++ b/app/assets/javascripts/admin/controllers/enterprises_dashboard_controller.js.coffee @@ -1,5 +1,2 @@ -angular.module("ofn.admin").controller "enterprisesDashboardCtrl", [ - "$scope" - ($scope) -> - $scope.activeTab = "hubs" -] \ No newline at end of file +angular.module("ofn.admin").controller "enterprisesDashboardCtrl", ($scope) -> + $scope.activeTab = "hubs"