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.
Use case: I wanna append an attribute (directive) depending on a condition.
Using ng-attr-custom-directive to add custom-directive dynamically to an element.
Issue: customDirective matches with ng-attr-custom-directive : My directive is instantiated and 'executed'. Expected: customDirective doesn't match with ng-attr-custom-directive , after execution of the ng-attr directive, it append or not, depending on the evaluation of the expression, and then, if appended, 'execute' the directive.