conditionally striking through

This commit is contained in:
Michael Q Larson
2014-11-06 23:20:20 -08:00
parent ca0c71b77f
commit ce07e9d188
3 changed files with 7 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ exports.returnChallenge = function(req, res) {
video: c.video,
time: c.time,
steps: c.steps,
challenges: Challenge.find({})
cc: req.user.challengesCompleted
});
});
};