The change event is only called after the focus of the input has changed. How can I make it so that the event fires on every keypress?
The secret event that keeps angular ngModel synchronous is the event call input. Hence the best answer to your question should be:
{{mymodel}}