Hi Sanders, Thank you for replying..
What kind of attribute you want to inject. [gm] I'd like to add an attribute which will indicate $index or the data object, but css is also an option At what moment you want to add this? (before or after the repeat runs?) [gm] I would like to add this before the repeat runs. I'm assuming the scope context is established prior to running. Is there additional (angular) processing needed on this attribute? [gm] No, not outside of the repeat loop state. eg $index. Do you have at least access to the model(s) driving the code you can't change?[gm] Sometimes yes, other times no.. So I'm proceeding as I will not. I can transverse parent elements to find the data via ng-model. I'm writing a generalized editor framework which will be able to easily integrate jquery, highcharts, and other graphical (svg) editors bridging the gap between angularjs and other libraries.For example, I wanted to use jquery draggable, droppable, and sortable with angularjs. The angularjs directives provided by other developers do not interoperate. A framework will help remediate this issue and accelerate development of foreign libraries into angularjs.. To see a conceptual diagram, see: https://drive.google.com/file/d/0BzI1pouUgWdNV19EdXRqNm5ldWs/view?usp=sharing b/r gary On Fri, Oct 24, 2014 at 11:40 PM, Sander Elias <[email protected]> wrote: > Hi Gary, > > I highly doubt that this is something that fits inclusion into AngularJS > itself. > But there is a lot of information missing to me, like: > > 1. What kind of attribute you want to inject. > 2. At what moment you want to add this? (before or after the repeat > runs?) > 3. Is there additional (angular) processing needed on this attribute? > 4. Do you have at least access to the model(s) driving the code you > can't change? > > What you are asking is possible, but the solution is highly dependent on > the answers on the > above questions. > > 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/ZNiEC50si2o/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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.
