Re: [AngularJS] Re: Adding new item to list and managing focus

2014-01-02 Thread Ed Thompson
It is, thanks Sander. On Thu, Jan 2, 2014 at 2:22 PM, Sander Elias wrote: > Hi Ed, > > here is a sample on how to solve this! > Is this enough to get you started? > > Regards > Sander > > -- > You received this message because you are subscribed to a topic in the > Google

Re: [AngularJS] Re: Adding new item to list and managing focus

2014-01-02 Thread Sander Elias
Hi Ed, here is a sample on how to solve this! Is this enough to get you started? Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [AngularJS] Re: Adding new item to list and managing focus

2014-01-02 Thread Ed Thompson
> > here is a jsfiddle: http://jsfiddle.net/ed4becky/et7jv/ > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this

Re: [AngularJS] Re: Adding new item to list and managing focus

2014-01-02 Thread Ed Thompson
I know the row, so I could use DOM functions, but I don't know WHEN since I don't control the rendering. I'll try to get an example On Thu, Jan 2, 2014 at 12:06 PM, Sander Elias wrote: > Hi Ed, > > As you know which row has to be selected, you can create an small > directive that put the focus

[AngularJS] Re: Adding new item to list and managing focus

2014-01-02 Thread Sander Elias
Hi Ed, As you know which row has to be selected, you can create an small directive that put the focus on the first 'input' If you put your sample up in a plunk or fiddle, I will happily take a stab at it! Regards Sander -- You received this message because you are subscribed to the Google Gro