export the AngularSerializer

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

View File

@ -17,3 +17,5 @@ AngularSerializer.prototype.encode = function (val) {
return;
}
};
module.exports = AngularSerializer;