2
In my form I have a client field. I need that when the user presses the delete or Return (delete) key, a method that I have in my controller is triggered, how can I capture if one of these keys was triggered?
I am using Angularjs
this is my input:
<input placeholder="Digite as iniciais para fazer a pesquisa." class="md-input label-fixed" ng-model="registro2.razao"/>
https://stackoverflow.com/questions/38220874/detect-if-key-delete-was-pressed-with-angularjs
– user60252