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