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