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 6, 2019. It is now read-only.
Should use transclusion instead of letting child elements/directive compiled/rendered.
Had several tests, in the following situation:
<div once-if="a" my-directive></div>
<div once-if="!a" my-directive><div>
both directive still get compiled even though their priority is lower. I suppose the the $element.remove() is queued after the compilation of other directives
The text was updated successfully, but these errors were encountered:
Should use transclusion instead of letting child elements/directive compiled/rendered.
Had several tests, in the following situation:
<div once-if="a" my-directive></div>
<div once-if="!a" my-directive><div>
both directive still get compiled even though their priority is lower. I suppose the the $element.remove() is queued after the compilation of other directives
The text was updated successfully, but these errors were encountered: