angular.module('fbMocks')//angular.mock.module('fasit') .filter('regex', function () { return function (input, field, regex) { return input; }; });