Created
August 3, 2016 14:24
-
-
Save hpstuff/9af38f2ac0275b2879b8cca26f1d5263 to your computer and use it in GitHub Desktop.
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
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