balderdashy / mast

UI conventions built on top of Backbone.JS
MIT License
81 stars 14 forks source link

explore support for knock-out style templates (automatic binding) #41

Closed mikermcneil closed 11 years ago

mikermcneil commented 12 years ago

Another advantage to this approach is the possibility of tying in virtual getters for absorbing state information from the DOM (i.e. form fields)

this.get('name') === this.$('.name-input').val()