zladuric / mongoose-crud-scaffolder

MIT License
18 stars 6 forks source link

Improve index view loop #6

Open zladuric opened 9 years ago

zladuric commented 9 years ago

the for loop in the index view is wrong - it doesn't define the loop variable. either should change to users[i][property] or should declare user = users[i]