blakeembrey / dombars

*DEPRECATED* DOM-based templating library with data-binding and built on Handlebars
MIT License
51 stars 5 forks source link

Template unsubscription #24

Closed blakeembrey closed 10 years ago

blakeembrey commented 10 years ago

I have temporarily implemented an unsubscribe method on returned DOM templates, but that is fairly dirty. How should unsubscribing work with the returned template? It'd be kind of cool to subscribe when we attach and unsubscribe when we detach.