Simple menu - demo.
ember install ember-mb-menu
selected can either be a single item or an array for multiple-selection.
on-select- sent when item is selectedon-deselect- sent when item is de-selectedon-toggle- sent when item is selected or deselected
class- the class of the menu (standard Ember)item-class- the class for each itemselected-class- the class to give to selected items
If you want to prevent click events from bubbling, pass bubbles=false and they will be swallowed.
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
ember testember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.