Thanks for the update, Justin.
BTW, as for the second part of the topic, it would be still cool to have ability to pause/resume binding for specific view. Imagine we have a tab pane, which content for each tab is a separate control with its own view. All tabs are updated in real time via data binding. It makes sense to update just active tab and temporary disable live binding for all inactive views/templates. When switching to new tab, I'd like to turn off live binding for the view I'm leaving and enable binding for the newly activated tab.
Destroying/re-creating controls is not so good option, since most likely it will take more time to re-create the whole control; also control will lose it's state. So is there a way to get pause/resume events working with the existed code base?