The template is rendered without error. But immediately displays all menu items.
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
The template is rendered without error. But immediately displays all menu items. 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: