Skip to content

Instantly share code, notes, and snippets.

View paulcwatts's full-sized avatar

Paul Watts paulcwatts

  • Olympia, WA
View GitHub Profile
@paulcwatts
paulcwatts / controllers.application.js
Last active June 4, 2017 02:00
beta-each-key-issue
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
hasKey: [
{ key: 'A' },
{ key: 'B' }
],
noKey: [
{ nokey: 'A' },
{ "name": "Mike" }