You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead, should use something like <a ui-tour="intro">...</a> which would then be used in conjunction with
<ui-tour-steps><ui-tour-stepname="intro"><!-- popup html goes here --></ui-tour-step><ui-tour-stepname="features">...</ui-tour-step><ui-tour-stepname="navigation">...</ui-tour-step><ui-tour-steps>
This way we'd simply cache all the elements with ui-tour on them and then look them up by name (instead of using jQuery DOM selectors and target="h1:eq(2)" or other convoluted CSS selectors. In response to #7
Instead, should use something like
<a ui-tour="intro">...</a>which would then be used in conjunction withThis way we'd simply cache all the elements with
ui-touron them and then look them up by name (instead of using jQuery DOM selectors andtarget="h1:eq(2)"or other convoluted CSS selectors. In response to #7