I have a simple(?) Angularjs repeat list that when I add a new item to the 
list, displays the new item as I expect.

    <tr class='claimrow' data-ng-repeat='c in dp.claims'>
        <td>
            <div contentedittable=true>some data</div>
       </td>
...
    </tr>

So adding an item to dp.claims adds a new row to the table.

The issue is, I want to give the div in the first cell of the NEW row 
focus, but since the rendering of the row is handled separate from me 
adding it to the list, I don't know how to approach this challenge.

is there and angular 'way'?


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

Reply via email to