Skip to content

Instantly share code, notes, and snippets.

View ozywuli's full-sized avatar
🤖
chilling like a billing huh

Ozy Wu-Li ozywuli

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