[AngularJS] Re: [Angular2] navigation through arrow keys

Mon, 01 Feb 2016 02:56:39 -0800

Thanks, didn't even know you could refer inside of the component to a 
template variable. So this hint will also help in many others situations :-)

Am Samstag, 30. Januar 2016 14:54:46 UTC+1 schrieb Günter Zöchbauer:
>
> You could add a template variable to the created rows and filter for these 
> elements using `@ViewChildren('myVar') rows;` and then set focus on the 
> previous/next item in the list on arrow up/down.
>

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to