I guess it would be the template since I am using <%= model.attr( "attrName" ) %> in the template to setup live-binding. Does that make it the template?
I've tried removing the control's element which in turn calls destroy and calling the control's destroy method directly. The control's destroy contains this.element.empty( )
Is there a way to remove/unload a template?