You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
When a directive creates a scope it seems confusing that it pollutes the other directives run on the element. I was under the impression that sibling directives communicated via a controller, but they seem to share scope too - is this desired?
I have been defining a controller as ctrl, and am finding that it overshadows the parent ctrl - which is unexpected. An isolated scope fixes this. It seems that the scope is leaked where it shouldnt be
When a directive creates a scope it seems confusing that it pollutes the other directives run on the element. I was under the impression that sibling directives communicated via a controller, but they seem to share scope too - is this desired?
I have been defining a controller as ctrl, and am finding that it overshadows the parent ctrl - which is unexpected. An isolated scope fixes this. It seems that the scope is leaked where it shouldnt be
http://plnkr.co/edit/qnJq6J?p=preview
The text was updated successfully, but these errors were encountered: