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.
Current behavior:
If I want to create an ngIf-like directive I have to use a private property $$tlb. But ngIf-like directives are sometimes needed and there are used already by many developers.
Example:
Expected / new behavior:
$$tlb should be official introduces so nobody has to fear the removal since it is atm private and actually should not be used by any custom directives. As far as I know by my google research multi-transclusion is possible now, but still it is not possible to make a directive like the ngIf without multElement=true & $$tlb=true
AngularJS version: 1.5.x, 1.6.x
Browser: [all]
Anything else:
It is told to not use $$tlb but no alternative is given: #6042
Already asked here with many many comments and somehow implemented partly but asked to open new issue instead of using closed one: #4357
The text was updated successfully, but these errors were encountered:
We are not going to make this property public, but since we are in LTS mode, it won't be removed or changed either, so you can basically use it safely.
I'm submitting a ...
Current behavior:
If I want to create an ngIf-like directive I have to use a private property $$tlb. But ngIf-like directives are sometimes needed and there are used already by many developers.
Example:
Expected / new behavior:
$$tlb should be official introduces so nobody has to fear the removal since it is atm private and actually should not be used by any custom directives. As far as I know by my google research multi-transclusion is possible now, but still it is not possible to make a directive like the ngIf without
multElement=true & $$tlb=true
AngularJS version: 1.5.x, 1.6.x
Browser: [all]
Anything else:
It is told to not use $$tlb but no alternative is given: #6042
Already asked here with many many comments and somehow implemented partly but asked to open new issue instead of using closed one: #4357
The text was updated successfully, but these errors were encountered: