Angular ng-model not updating in views

I have some values that need to be updated realtime for example imagine an angular input filed that updates the text in a div … in a browser it works but when I upload to mobile or run cordova emulate ios … the live updating doesn’t work, but when I switch views and come back to the view where I updated the text it than renders the new text for me in the div. Anyway I hope this doesn’t sound too confusing and someone could help me out.

Thanks for any help in advance