@titanium/turbo
Version:
<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>
9 lines (8 loc) • 342 B
JavaScript
$.movies.addEventListener('close', function() {
// Since we are referencing a global collection for our bindings,
// make sure to call $.destroy() when you are done with the
// controller/window. This will ensure that no memory is
// leaked and that the bindings are properly released.
$.destroy();
});
Alloy.Collections.movies.fetch();