How to handle on change event for a text box in ionic framework

how to handle on change event for a text box in ionic framework

Username

I would like to put dynamic content to the above input text field not manually typing. need an event to fire when there is any change in the text field. I do not want to make keyboard events.

i tried with ng-change event and it’s not firing.