Re: [AngularJS] Re: Focus an input added dynamically on mobile safari

2014-05-16 Thread Jeremy Kallman
Taylor On Friday, 16 May 2014 01:32:07 UTC+1, Jeremy Kallman wrote: Here is my issue: I have an array of inputs that are bound to a ng-model inside an ng-repeat. Works really well for desktop - you can see the control at www.pro.com. But for mobile we start with just 1 input and have a button

[AngularJS] Focus an input added dynamically on mobile safari

2014-05-15 Thread Jeremy Kallman
Here is my issue: I have an array of inputs that are bound to a ng-model inside an ng-repeat. Works really well for desktop - you can see the control at www.pro.com. But for mobile we start with just 1 input and have a button to add additional inputs as you go. So, in the click handler, I add