Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 257 Bytes

File metadata and controls

13 lines (10 loc) · 257 Bytes

Controller

Generates a controller.

Example:

yo angular-fullstack:controller user
[?] Where would you like to create this controller? client/app/

Produces:

client/app/user/user.controller.js
client/app/user/user.controller.spec.js