mateusmaso / hipbone

Backbone based framework for building SPAs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bind inside tag attributes

mateusmaso opened this issue · comments

Today we can't bind helpers like if and unless with bind option inside tag attributes, also the bind helper won't work. The goal here is to reach a way of code and make bindings work inside tags.

All the template binding is now separated into another project named handlebars.binding. There was some helpers improvements to make development easier and to get further support in tag binding. It is a matter of time to those features be available.