-
-
Save gregtap/4bc74f1a8382485387bd to your computer and use it in GitHub Desktop.
Ember templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I have a welcome route. | |
| Router.map(function() { | |
| this.route('welcome', { path: '/' }); | |
| this.route('about', { path: '/about' }); | |
| }); | |
| I would like both to use the same base.hbs and fill up what is {{outlet}} | |
| PS: I may have missunderstood outlet usage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment