This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
transcludeControllers of $compile return function not work #13793
Closed
Description
Perhaps I don't understand the document at the end of https://docs.angularjs.org/api/ng/service/$compile, but when I try to pass the controller to directive seem not work.
Es: https://jsfiddle.net/qq4gqn6t/5/ don't work (the parent controller not pass to child directive)
Es: https://jsfiddle.net/qq4gqn6t/6/ work but not use the "transcludeControllers" options, like is write in document.