-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Is $$tlb going to stay/official ? #6042
Comments
Please do not rely on this API. |
Will there be some kind of option to allow multiple transclusion on the same element in the future ? |
It definitely would be helpful to be able to implement ngIf style behavior in custom directives. We create such directives so that we are not constantly having to inject services and create controller properties solely for the purpose of element rendering. I would definitely prefer not having to rely on an internal directive property to make it work the same as ngIf. For example:
|
Since it is not in the docs, I am a little wary of using it in my directives.
I am however in the need of using it, since I would like to be able to do multiple transclusion in some cases.
So there it is ; can I safely use it without fear of seeing my directives get broken in the future ?
The text was updated successfully, but these errors were encountered: