UNPKG

amigo

Version:

AngularJS MongoDB Express NodeJS project generator

18 lines (17 loc) 417 B
table thead tr th Name th Email th Password th a(href="/addUser") i.icon-plus-sign tbody tr(ng-repeat='user in users') td {{user.name}} td {{user.email}} td {{user.password}} td a(href="/editUser/{{user._id}}") i.icon-pencil