angular.module('fbMocks')//angular.mock.module('fasit') .filter('niceCurrency', [function () { return function (input) { return input + 'kr' }; }]);