Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.
This repository was archived by the owner on May 25, 2019. It is now read-only.

New Syntax + Drop jquery #9

Description

@ProLoser

Instead, should use something like <a ui-tour="intro">...</a> which would then be used in conjunction with

<ui-tour-steps>
  <ui-tour-step name="intro">
    <!-- popup html goes here -->
  </ui-tour-step>
  <ui-tour-step name="features">...</ui-tour-step>
  <ui-tour-step name="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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions