You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that GitHub issues are not for tech support, but for questions specific to this generator, bug reports, and feature requests.
Item
Version
generator-angular-fullstack
4.1.4
Node
7.7.3
npm
4.4.1
Operating System
OS X 10
Item
Answer
Transpiler
Babel
Markup
Pug
CSS
SCSS
Router
ui-router
Client Tests
Mocha
DB
Sequelize
Auth
Y
If I scaffold out a project using the settings above, it seems that /server/api/user/user.controller.js:show is not used anywhere (GET /api/users/:id) other than the generated index.spec.js.
Instead, user.controller.js:me (GET /api/users/me) seems to be the only way a single user is retrieved.
I'm using Sequelize so perhaps this is in there for Mongoose only?
I might be overlooking something. Could someone else double-check this?
The text was updated successfully, but these errors were encountered:
If I scaffold out a project using the settings above, it seems that /server/api/user/user.controller.js:show is not used anywhere (GET /api/users/:id) other than the generated index.spec.js.
Instead, user.controller.js:me (GET /api/users/me) seems to be the only way a single user is retrieved.
I'm using Sequelize so perhaps this is in there for Mongoose only?
I might be overlooking something. Could someone else double-check this?
The text was updated successfully, but these errors were encountered: