I am facing is an issue which is demonstrated in the following example:

http://jsfiddle.net/nanmark/xM92P/

I want to create a directive (myWrapperDirective) which will wrap many 
other directives such as 'myNestedDirective of my example.
'myWrapperDirective' should decide if its content will be displayed or not 
according to ng-if expression's value, but if contents is a directive like 
'myNestedDirective' with an isolated scope then scope variable 'nestedData' 
of 'myNestedDirective' is undefined.

-- 
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.

Reply via email to