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