There are any solution or angular plug-in to do binding one way and binding again when model is change? Now I'm using plug-in bind-once , But it just binding on first time and then it destroy watcher. Example:
<div bindonce="model"><span bo-bind="model.title"></span></div>
Angular already does this for you
or