Unclicked hints remain when navigating to new page. #130
Description
Page1 I am loading hints via data-hint and manually calling ngIntroService.addHints(). Everything displays correctly. In order to get these to disappear with no interaction from user I have to use .hideHints() on location change.
If I navigate away from this page and try to manually load hints on Page2 by using addHints() those hints load in the object when I check dev tools but they don't display. If I call showHints() it shows the hints from Page1 in the same place that they would have displayed on Page1 overlay but on Page2.
I've tried, .clear(), .refresh(), .exit() on location change. The hints object can be cleared but any time I call showHints() only the first hints will load without hard refreshing the entire page.
Is there a workaround for this?