Skip to content

Instantly share code, notes, and snippets.

@hpstuff
Created August 3, 2016 14:24
Show Gist options
  • Save hpstuff/9af38f2ac0275b2879b8cca26f1d5263 to your computer and use it in GitHub Desktop.
Save hpstuff/9af38f2ac0275b2879b8cca26f1d5263 to your computer and use it in GitHub Desktop.
import ControllerType from 'controllers-types';
@ControllerType(ControlerTypes.PopOver)
export default Ember.Route.extend({
});
App.PostsRoute = Ember.Route.extend({
renderTemplate: function() {
this.render({ outlet: 'sidebar' });
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment