Answer the question
In order to leave comments, you need to log in
EJS-locals. How to withdraw?
Users.find({}).populate('_group').exec(callback);
EJS:
<% users.forEach(function(user) { %>
<tr>
<td><%= user._id %></td>
<td><%= user.email %></td>
<td><%= user.name %></td>
<td><%= user.photo %></td>
<td><%= user._group %></td>
<td><%= user.created %></td>
</tr>
<% }); %>
{ _id: 5516d1927ec2dd3e37eb8475, name: 'Администратор' }
<%= user._group.name %> - undefined
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question