-
Notifications
You must be signed in to change notification settings - Fork 21
Adding New Client Pages
&y edited this page Nov 24, 2015
·
10 revisions
- Add a controller (make sure to return
$this
) - Add a model
- Register the controller and model in the startup
- Add a view
- Register the partial in layout.hbs
- Add scripts for each of the js files you just created