We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b123c + 3cb02b6 commit 2a32a95Copy full SHA for 2a32a95
packages/ember-runtime/lib/controllers/controller.js
@@ -51,7 +51,7 @@ function controllerInjectionHelper(factory) {
51
@param {String} name (optional) name of the controller to inject, defaults
52
to the property's name
53
@return {Ember.InjectedProperty} injection descriptor instance
54
- @private
+ @public
55
*/
56
createInjectionHelper('controller', controllerInjectionHelper);
57
0 commit comments