angular.module('fasit') .filter('capitalize', function () { return function (input: string): string { return input; }; });