Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 339 Bytes

File metadata and controls

18 lines (14 loc) · 339 Bytes
title
Controller

Controller

Generates a controller.

Example:

yo angular-fullstack:controller user
[?] What module name would you like to use? myApp.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