How can I detect onKeyUp in AngularJS?

For everyone looking for that feature today,
please use the official ng-keyup directive:

<input type="text" ng-keyup="{expression}" />

Leave a Comment