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
The README says keyboard shortcuts can be used on Routes, Controllers and Components, but only gives examples for Routes and Components. (I'm new to Ember and so only vaguely aware of the controllers-will-be-deprecated message, if that's the reason.)
I think the Controller equivalent is to call bindKeyboardShortcuts() inside the init() hook.
The text was updated successfully, but these errors were encountered:
The README says keyboard shortcuts can be used on Routes, Controllers and Components, but only gives examples for Routes and Components. (I'm new to Ember and so only vaguely aware of the controllers-will-be-deprecated message, if that's the reason.)
I think the Controller equivalent is to call bindKeyboardShortcuts() inside the init() hook.
The text was updated successfully, but these errors were encountered: