Updated Datepicker / Model / Layout / Notifications

This commit is contained in:
Luke Vella 2015-02-03 22:27:27 +01:00
parent d04cb14e74
commit 024d97f67d
17 changed files with 264 additions and 131 deletions

View file

@ -24,10 +24,7 @@ var EventSchema = new Schema({
},
updated : Date,
title : String,
dates : [{
date : Date,
times : [Date]
}],
dates : [Date],
emails : [{
email : String
}],