Closed zabulus closed 9 years ago
Hi @zabulus,
Thanks so much for the contribution!
There is a fair amount of noise in this PR from the change to remove the TTemplate parameter. Is there any chance that can be a separate pull request that we can pull in first to make this PR easier to understand?
Ok, I'll split the implementation into two separate PRs
Thanks!
On 3 Jan 2015, at 6:12 pm, zabulus notifications@github.com wrote:
Ok, I'll split the implementation into two separate PRs
— Reply to this email directly or view it on GitHub.
According to suggestions from #107 I've added implementations for:
@f.PartialSectionFor(x => x.Whatever, "PartialViewModel");
@this.ChamleonForm()
@this.IsChameleonSection()
@this.IsChameleonForm()
Working on IEnumerable (https://github.com/MRCollective/ChameleonForms/pull/104#issuecomment-64074719) is stuck for now. Will try it again later, and publish as additional fix.