Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
export default Ember.Controller.extend({
show: null,
menus: Ember.computed('model', function() {
return this.model;
}),
actions: {
showMatch(menu) {
//alert('Start');