Actually in the screenshot, everything is working fine. I don't need any help, really, everything works smoothly. To explain a little of what I'm doing, without being condescending as you tried to be: We have peripheral devices that are added to our system and monitored by other peripheral devices. There are a variety of devices. Each device has specific properties that have to be configured, these properties are calculated by class names associated with a "types" property on their object (model). For each of the types, there is a corresponding directive. We dynamically load these directives and use them to display specific configuration options respective to their type. It's necessary to pass information to and from the directive to accomplish what we're doing. Yes, it is pretty complex. We've really pushed Angular to the limits and done things that were alleged to be incompatible with Angular. I appreciate your condescension though, your superiority is blatant and marked, unmistakable genius.
On Tuesday, October 7, 2014 11:14:27 AM UTC-5, Jens Melgaard wrote: > > No that is not sufficient to explain what is going on or what your > confusion is. > > What it does tell me is that your not aware of what `scope: true` and > 'transclude: true' actualy does, as your accessing scope.$parent allot and > I could guess that your bindings are broken as well as not using > ng-transclude or a transclude function to perform anything with your > transcluded elements. > It seems your trying to develop a widget with quite a bit of complexity, > and as your also assigning to scope directly in the widget I would suggest > using an issolate scope over letting it create a child scope. > > But all in all, we need allot more information > -- 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.
