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 was archived by the owner on Apr 12, 2024. It is now read-only.
When using a directive of type element that at the template is used with self-closing tags then the siblings following the tag are removed when the directive is processed.
E.g
Say there is a directive named 'foo', and the template is
<div><foo/><span>Sibling</span></div>
will remove Sibling from the end result.
I experience this with Chrome 24.0.1312.57 and Safari 6.0.2 (8536.26.17) both on Mac