-
Notifications
You must be signed in to change notification settings - Fork 865
docs(cookbook - key bindings) Adding key-binding cookbook. #1558
Conversation
bennadel
commented
Jun 8, 2016
@wardbell I removed the WIP notation from the title (re: our meeting on Monday).
This cookbook demonstrates how to use the key-combination support provided by Angular's `KeyEventsPlugin`. This allows developers to tap into element-level events like `keydown.Escape` and `keydown.Meta.Enter`.
f4f30e1 to
b819876
Compare
googlebot
commented
Aug 28, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.
1 similar comment
googlebot
commented
Aug 28, 2016
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.
Foxandxss
commented
Aug 28, 2016
e2e won't work, I think it is due our issue with protractor & chrome (sendKeys).
This cookbook demonstrates how to use the key-combination support provided by
Angular's
KeyEventsPlugin. This allows developers to tap into element-levelevents like
keydown.Escapeandkeydown.Meta.Enter.