Within my angularJs application, I have implemented fullPage.js on the homepage exclusively to ensure no interference with other pages or routes. To make this possible, I am currently triggering a destroy action during the locationChangeSuccess event.
I am wondering if there is a more efficient way to accomplish this, or if my current approach is sufficient?