Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLEANUP beta] Remove deprecated template access in Ember.Component. #12027

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Aug 8, 2015

No description provided.

@rwjblue rwjblue force-pushed the remove-deprecated-template-access-from-component branch from 42199b9 to e71d6a8 Compare August 9, 2015 00:48
Ember.deprecate('controller= is deprecated', !hasSuppliedController, { id: 'ember-htmlbars.create-component', until: '3.0.0' });
let proto = _component.proto();

Ember.assert('controller= is no longer supported', !('controller' in attrs));
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are a kinder man than I

rwjblue added a commit that referenced this pull request Aug 9, 2015
…ess-from-component

[CLEANUP beta] Remove deprecated `template` access in Ember.Component.
@rwjblue rwjblue merged commit d2c181e into emberjs:master Aug 9, 2015
@rwjblue rwjblue deleted the remove-deprecated-template-access-from-component branch August 9, 2015 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants