Skip to content

Instantly share code, notes, and snippets.

View bryanaka's full-sized avatar
👨‍🎤

Bryan Robles bryanaka

👨‍🎤
View GitHub Profile
@bryanaka
bryanaka / controllers.application.js
Last active February 5, 2017 07:02 — forked from runspired/controllers.application.js
Complex Attrs - decorator version
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
trueModel: Ember.computed(function() {
return this.get('store').peekRecord('my-model', '123');
}),
actions: {