balderdashy / mast

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

2.x: Template initial HTML #98

Closed mikermcneil closed 11 years ago

mikermcneil commented 11 years ago

Good for things like <title>

mikermcneil commented 11 years ago

More powerful data bindings will allow us to do this. <title could have its data-innerHTML attribute set to 'Home Page', for instance, and then use the top-level app component (https://github.com/balderdashy/mast/issues/100) to control the title as the routes are navigated.

mikermcneil commented 11 years ago

Closing this since its implicit in #100