manuel-guilbault/aurelia-materialize

dropdown href="#" redirects according to the router setting

Closed this issue · 1 comments

The href="#" redirects to home page instead of showing the menu options.

<a class="dropdown-button btn" href="#" data-activates="platforms" material-dropdown>Actions</a>
<ul id="platforms" class="dropdown-content">
  <li repeat.for="action of actions">
    <a href="#" click.delegate="$parent.perform(action)">${action}</a>
  </li>
</ul>

@genericuser-me this repository is deprecated. It has been moved here.