Skip to content

Instantly share code, notes, and snippets.

import Ember from 'ember';
export default Ember.Component.extend({
_items: [],
inputVal: 'hello',
outputVal: 'hello',
pushIt: function() {
this.get('_items').pushObject('Hi ' + Date.now());