component / reactive

Tiny reactive template engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interpolation methods should check delegate object

tj opened this issue · comments

{count() > 10} should compile to (view.count ? view.count() : model.count()) > 10

i think you can close this guy