(function() { 'use strict'; angular .module('harbor.layout.dashboard') .controller('DashboardController', DashboardController); DashboardController.$inject = ['$scope']; function DashboardController($scope) { } })();