export the AngularSerializer

This commit is contained in:
Spencer Alger
2014-10-28 16:24:17 -07:00
parent 986bdacf65
commit 11ff9b224b

View File

@ -16,4 +16,6 @@ AngularSerializer.prototype.encode = function (val) {
default:
return;
}
};
};
module.exports = AngularSerializer;