Skip to content

Instantly share code, notes, and snippets.

View zinyando's full-sized avatar

Lennex Zinyando zinyando

View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
names: [{'name': 'something1', 'second': 'lebo'}, {'name': 'something2', 'second': 'lebo'}, {'name': 'something3', 'second': 'lebo'}]
});

#Developer learning checklist

This is a list of things that I want to learn. I am writing them down and the date I add them as a way to track them. I realized random topics in my head are hard to track. So I am just putting stuff down here and hope to quickly go over the list and have fun while learning.

##08/04/16

###Video tutorials to go through

import Ember from 'ember';
export default Ember.Controller.extend({
unitCategories: [
{ id: 'cm', name: 'Cm' },
{ id: 'ft', name:'Ft/In' }
],
activeUnit: '',
isCm: Ember.computed('activeUnit', {
get(){