Skip to content

Instantly share code, notes, and snippets.

@rmharrison
Created August 30, 2016 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmharrison/2112f8d6940323dcd6a369d2f539e5de to your computer and use it in GitHub Desktop.
Save rmharrison/2112f8d6940323dcd6a369d2f539e5de to your computer and use it in GitHub Desktop.
Basic router, no children
### app/router.js
Router.map(function() {
this.route('bacon');
});
## app/templates/bacon.js
<h1>Bacon!</h1>
{{outlet}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment