cmd icon indicating copy to clipboard operation
cmd copied to clipboard

Allow SelectorExpr as RenderArgs

Open viblo opened this issue 9 years ago • 3 comments

Allows code like

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

viblo avatar Jun 11 '15 04:06 viblo

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

Can you please help out with following-

jeevatkm avatar May 22 '16 00:05 jeevatkm

@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.

viblo avatar Jun 07 '16 08:06 viblo

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

jeevatkm avatar Jun 08 '16 00:06 jeevatkm