Hello

why ngKeyup, ngKeydown and ngKeypress have exactly the same documentation 
but they don't work the same? example:

<div>
<textarea ng-keydown="keyEvent = $event"></textarea>
</div>
<div>
<strong>Key code:</strong> {{ keyEvent.keyCode }} <br>
</div>

if you put ng-keydown and ng-keyup it works if u put ng-keypress it dosen't 
work
anyone know why?

AngularJS v.1.5.7

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to