We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm still trying to wrap my head around the project, but I believe this is where the template is actually being added to the view? https://github.com/littlstar/starplate/blob/master/src/view.js#L208
If so, could it be possible to make an option to prepend?
Maybe render gets a second argument, with optional options? Such as:
render
render(document.body, {placement: 'prepend'})
The text was updated successfully, but these errors were encountered:
Yeah I think that would be great. I'm not at my computer right now, but we'd happily accept a PR!
On Wed, Dec 30, 2015, 5:40 PM Chris Abrams [email protected] wrote:
I'm still trying to wrap my head around the project, but I believe this is where the template is actually being added to the view? https://github.com/littlstar/starplate/blob/master/src/view.js#L208 If so, could it be possible to make an option to prepend? — Reply to this email directly or view it on GitHub #6.
— Reply to this email directly or view it on GitHub #6.
Sorry, something went wrong.
Me either :O but expect a PR soon!
@chrisabrams Cool, I've added you as a collaborator to this project !
No branches or pull requests
I'm still trying to wrap my head around the project, but I believe this is where the template is actually being added to the view? https://github.com/littlstar/starplate/blob/master/src/view.js#L208
If so, could it be possible to make an option to prepend?
Maybe
render
gets a second argument, with optional options? Such as:The text was updated successfully, but these errors were encountered: