Please see the plnkr for the issue http://plnkr.co/edit/TUjX43?p=preview.
I have a tethered element which is attached to the header of View 1 which sticks to the top of the window when scrolled down. When changing view to View 2, the tethered attachment sticks around and doesn't disappear. It goes away when View 2 is scrolled.
I think that's because changing view is happening within the single page application's html file and actual scroll didn't happen.
Please let me know how to reset tether when changing views.
Please see the plnkr for the issue http://plnkr.co/edit/TUjX43?p=preview.
I have a tethered element which is attached to the header of
View 1which sticks to the top of the window when scrolled down. When changing view toView 2, the tethered attachment sticks around and doesn't disappear. It goes away whenView 2is scrolled.I think that's because changing view is happening within the single page application's html file and actual scroll didn't happen.
Please let me know how to reset tether when changing views.