How do we get the keypress event and its value in Angular on Android? I Use the phonegap Cordova Angular JS
<form name="myForm">
<input type="search" name="userName" ng-model="user" class="search-input" style="width: 96%; margin: 6px auto 6px auto;" placeholder="Начните вводить название">
</form>
</div>
</div>
user = {{user}}
Any help is really appreciated.