Skip to content

Instantly share code, notes, and snippets.

View ozywuli's full-sized avatar
🤖

Ozy Wu-Li ozywuli

🤖
View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
selectedMenuIndex: 0,
menuItems: [
{ text: 'A' },
{ text: 'B' },
{ text: 'C' },
],
actions: {