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