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.
