passat a angular

This commit is contained in:
nau
2016-08-21 17:26:12 +02:00
parent 0278360eeb
commit ab562292cc
49 changed files with 16731 additions and 10274 deletions

View File

@@ -5,7 +5,6 @@ var mongoose = require('mongoose'),
var thoughtSchema = new Schema({
time: { type: String },
content: { type: String },
authorname: { type: String },
user_id: { type: String },
fav: { type: String } //array amb els users que posen fav
})