(function() { 'use strict'; angular .module('harbor.layout.footer') .controller('FooterController', FooterController); function FooterController() { var vm = this; } })();