Is there a way to get the previous(last) value of a field on ngModelChange? What I have goes something like this
HTML
What you can do is,
DEMO : http://plnkr.co/edit/RXJ4D0YJrgebzYcEiaSR?p=preview
private textChanged(event) { console.log('changed', this.text, event); this.text=event; //<<<###added }