UNPKG

landers.angular

Version:

landers.angular

10 lines 253 B
if (window.$) { $.fn.attachWatcher = function(fn) { $(this).data('angularDestroyWatch', fn); }; $.fn.destroyWatch = function(){ var fn = $(this).data('angularDestroyWatch'); if (fn) fn(); return this; }; }