angular.module('app.footerMenu', ['pascalprecht.translate']) .controller('FooterMenuCtrl', function($scope, $stateParams, $translate, $filter) { });