continue work on angular form

This commit is contained in:
Michael Q Larson
2015-01-05 20:09:23 -08:00
parent 7a47df4e74
commit be22449d25
3 changed files with 18 additions and 12 deletions

View File

@ -145,7 +145,8 @@ exports.getAccount = function(req, res) {
title: 'Manage your Free Code Camp Account',
challenges: c,
ch: req.user.challengesHash,
moment: moment
moment: moment,
user: req.user
});
});
};