Skip to content

Instantly share code, notes, and snippets.

import Controller from '@ember/controller';
import { alias } from '@ember/object/computed';
import EmberObject, { computed } from '@ember/object';
import { A } from '@ember/array';
const AttributeModel = EmberObject.extend({
countAdditives: alias('additives.length'),
additives: A()
});
@agustinv
agustinv / YouTube embedding.markdown
Last active February 18, 2019 18:42 — forked from CodeMyUI/YouTube embedding.markdown
YouTube embedding