Skip to content
New issue

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

Allow SelectorExpr as RenderArgs #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

viblo
Copy link

@viblo viblo commented Jun 11, 2015

Allows code like

func (c MyController) Index() revel.Result {
    return c.Render(myotherpackage.Data)
}
<p>my data is: {{.myotherpackage_Data}}</p>

@jeevatkm
Copy link
Contributor

@viblo Thanks for contributing to Revel. Sorry for delayed response.

Can you please help out with following-

@viblo
Copy link
Author

viblo commented Jun 7, 2016

@jeevatkm Im currently working on other things but will take a look at this and fix my PR next time I work with revel related functionality.

@jeevatkm
Copy link
Contributor

jeevatkm commented Jun 8, 2016

@viblo Thanks for your response. I will do what I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants