Commit a15945bde1a9adceed883c846c68b0a79d2b2fcf

Authored by Kevin Mach

Merge branch 'master' of git.ucsd.edu:110swag/flashy-frontend

Showing 1 changed file Side-by-side Diff

scripts/FeedController.js View file @ a15945b
... ... @@ -78,7 +78,7 @@
78 78 var myCard = {
79 79 'text': text,
80 80 'material_date': pushed,
81   - 'mask': JSON.stringify(blanks),
  81 + 'mask': blanks,
82 82 section: sectionId
83 83 };
84 84 $http.post('/api/flashcards/', myCard).