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