An accessible menu component for ember applications.
http://instructure.github.io/ic-menu/
bower install ic-menu
application.hbs
application_controller.js
App.ApplicationController = Ember.Controller.extend({
actions: {
remove: function(icMenuItem) {
// do stuff with the icMenuItem instance
},
save: function(icMenuItem) {
// do stuff with the icMenuItem instance
}
}
});
- Fork the repo
npm install && bower install
- Create a new branch for your feature/bug fix
grunt
to build and watch files.testem
in a new tab to run tests.- Send a pull request.