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