Simply I am using ng-model="query" on my project as a search. It works great but for some reason it won't work on mobile (specifically iphone 5s). Is there any reason for this? I have tried searching for answers on google and haven't come up with anything.
The issue is related to HTML5 refer this MDN link. It tells us what data attribute is and these are what Angular Js uses at the time of bootstraping.
So use data-ng-model="query"