acoustep / ember-cli-foundation-6-sass

MIT License
64 stars 33 forks source link

Dropdown-menu doesn't work #54

Closed pohodnya closed 7 years ago

pohodnya commented 7 years ago

The template is rendered without error. But immediately displays all menu items. Exampe ember-cli: 2.10.1 node: 4.7.2 in package.json "ember-cli-foundation-6-sass": "0.0.16" in bower.json: "foundation-sites": "~6.2.4"

Template:

zf-dropdown-menu class='horizontal'
  li
    a href=#
      | Link1
    a href=#
      | Link2
  li
    a href=#
      | Link3
pohodnya commented 7 years ago

Sorry. It's working.

zf-dropdown-menu class='horizontal'
  li
    a href=#
      | Link1
    ul.menu
      li
        a href=#
          | Link2
  li
    a href=#
      | Link3