Hi Wiliam, I think I realize that my approach was wrong. I was thinking to create directive with multiple input elements in it and trying to reach them from the link function. But instead of that I should create directive which I will include in every input element and on the link function if I bind click event I'm on the right input (right place).
Thanks, On Wednesday, April 30, 2014 3:12:18 PM UTC+2, William Szeliga wrote: > > If you were to create an example plunker, or some snippet code perhaps we > can understand the request a little better. I think you may be asking the > wrong question / approaching it incorrectly. If you were to post some code > I'm sure we'd be more than willing to help get to the underlying issue. > > -Bill > > > On Wed, Apr 30, 2014 at 8:29 AM, Enes Lisovac > <[email protected]<javascript:> > > wrote: > >> Can someone please explain me how can I reach some specific element which >> is part of the directive. Imagine we have directive that is form with >> multiple inputs in it. How can I reach specific input field from "link" >> function? >> >> Thanks >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/angular. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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/d/optout.
