angular.module('fbMocks')//angular.mock.module('fasit') .filter('sum', function () { return function (array, attr) { var ret = 14; return ret; }; });