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.
Plunker: http://plnkr.co/edit/dsOKuusM1D2PEs9qpHVi?p=preview
Basically, if you have:
myDirective ng-if="condition"
and in the directive (with replace true), as top element:
div ng-if="some other condition"
angular makes a mix between the ng-if and fails.
I would expect that the ng-if on myDirective is handled, and if true then myDirective is processed to replace the tag without collision.
Or perhaps is it just a not supported configuration?
The text was updated successfully, but these errors were encountered:
Plunker: http://plnkr.co/edit/dsOKuusM1D2PEs9qpHVi?p=preview
Basically, if you have:
myDirective ng-if="condition"
and in the directive (with replace true), as top element:
div ng-if="some other condition"
angular makes a mix between the ng-if and fails.
I would expect that the ng-if on myDirective is handled, and if true then myDirective is processed to replace the tag without collision.
Or perhaps is it just a not supported configuration?
The text was updated successfully, but these errors were encountered: