Skip to content

Commit 2a32a95

Browse files
committed
Merge pull request #11883 from Patsy-issa/ember-inject-controller-public
[DOC Release] Made Ember.inject.controller() public
2 parents 82b123c + 3cb02b6 commit 2a32a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/ember-runtime/lib/controllers/controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function controllerInjectionHelper(factory) {
5151
@param {String} name (optional) name of the controller to inject, defaults
5252
to the property's name
5353
@return {Ember.InjectedProperty} injection descriptor instance
54-
@private
54+
@public
5555
*/
5656
createInjectionHelper('controller', controllerInjectionHelper);
5757

0 commit comments

Comments
 (0)