You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
computed.injection = function (fullName, options) {
return computed('container', function () {
var container = get(this, 'container');
Ember.assert('Ember.computed.injection requires target to have an Ember.Container at this.container but none was found. You\'re probably manually creating objects? Learn about containers: https://github.com/emberjs/website/pull/1293', container instanceof Container);