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