angular .module('bit.settings') .controller('settingsCreditsController', function ($scope, i18nService) { $scope.i18n = i18nService; });