Showing posts with label ng-keyup. Show all posts
Showing posts with label ng-keyup. Show all posts

Sunday, March 29, 2015

ng-keyup event

AngularJS provides various keyboard events to track events raised by user interaction with the keyboard like Keyup, KeyUp, KeyPress etc, in this post we shall see on how to handle the keyup event using AngularJS

AngularJS provides ng-keyup directive to handle keyup events raised by the user, keyup event can be handled by associating the ng-keyup directive to an event handler function which passes the key event as a parameter.

The following example shows on how to use the ng-keyup directive to handle keyup events raised by the user.