Skip to content

Adding New Client Pages

&y edited this page Nov 24, 2015 · 10 revisions
  1. Add a controller (make sure to return $this)
  2. Add a model
  3. Register the controller and model in the startup
  4. Add a view
  5. Register the partial in layout.hbs
  6. Add scripts for each of the js files you just created