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 sanderel...@gmail.com wrote:

 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 a topic in the
 Google Groups AngularJS group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/angular/L-xu-8IQq9c/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 angular+unsubscr...@googlegroups.com.
 To post to this group, send email to angular@googlegroups.com.
 Visit this group at http://groups.google.com/group/angular.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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 group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.


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 group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.


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

2014-01-02 Thread Sander Elias
Hi Ed,

here is a sample http://goo.gl/93AXHC 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 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.