Added custom confirm modal dialog box

This commit is contained in:
Luke Vella 2015-01-14 00:21:39 +01:00
parent 0320185ce5
commit 6ad493a079
31 changed files with 909 additions and 41 deletions

View file

@ -14,10 +14,7 @@ var EventSchema = new Schema({
type : Date,
default : Date.now
},
updated : {
type : Date,
default : Date.now
},
updated : Date,
title : String,
dates : [Date],
emails : [String],