scalajs-angulate icon indicating copy to clipboard operation
scalajs-angulate copied to clipboard

Transclude inside directive

Open dejvid opened this issue 8 years ago • 0 comments

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?

dejvid avatar May 15 '16 23:05 dejvid