BorisMoore / jsviews

Interactive data-driven views, MVVM and MVP, built on top of JsRender templates
http://www.jsviews.com/#jsviews
MIT License
857 stars 130 forks source link

IE8 jsviews latest (v1.0 c55) doesn't work at all. #267

Closed gw128 closed 10 years ago

gw128 commented 10 years ago

Solution: IE8 doesn't like vars like: $tags.for, $tags.if Should be renamed to $tags['for'], $tags['if'], etc..

BorisMoore commented 10 years ago

Yes - totally correct. Thanks - sorry to have missed that IE8 doesn't support this. I'll fix it in the next update.

BorisMoore commented 10 years ago

This has been fixed in Commit 56