how to handle on change event for a text box in ionic framework
UsernameI 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.