Hi,
I am having problem to get the latest selected table row highlighted with
Angular, this due to rerouting with ng-view. Whenever the view is rerouted the
table-selection disappears. The supplied jsfiddle example illustrates the
issue.
The idea is to click once in the left "car brand" table/list and then
the selected row should get highlighted, but the way I have done it I need to
click twice. The second time angular notice that nothing except for the table
has changed, so then it works. Does anybody have a workaround which solves this
problem?
http://jsfiddle.net/rognilse/cbXQu/
Thanks,
Roger
--
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+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks :D that solves one of the problems. The other is that if you scroll down in the brand table and make a selection, the angular routing make the brand table move to the top so that the selection disappears. How do you solve that?
Regards,
Roger
Thanks, works like a charm :D