(function() { 'use strict'; angular .module('harbor.layout.index') .controller('IndexController', IndexController); function IndexController() { } })();