oroc
Results
2
comments of
oroc
Hello daweedm, I am experiencing the same issue using it with ionic. Please did you find any solution to this issue? Thanks.
Hey I found a solution. I declaratively refocus the element in my controller using ng-change to trigger a function whenever any key is pressed. --VIEW `` //--CONTROLLER `.controller("MyCtrl",["$scope", "focus", function(){...