« All deprecation guides
Deprecation Guide for Ember.controllerFor
until: 7.0.0
id: deprecate-import-controller-for-from-ember
Previously, controllerFor
could be accessed via the Ember
import:
import Ember from 'ember';
Ember.controllerFor
controllerFor
is also private.
There is no replacement for this API.