scalajs-angulate
scalajs-angulate copied to clipboard
Transclude inside directive
Hi,
is there a easy way to access transclude value inside directive ?
Dont see any example doing that, but only a
// TODO: support the transclude argument
def controller(ctrl: ControllerType, scope: ScopeType, elem: JQLite, attrs: Attributes) : Unit = ???
I can do pull request for transclude support, but im guessing it is not easy to add. Any suggestions?