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.
bug(ngTransclude): breaking change in 1.2.0-rc.2 #3923
Closed
Description
This commit (bf79bd4) seems to break things for async directives, that use transclude.
Here is a plunker: http://plnkr.co/edit/pp4zKjoBF6oY6DfoSkv2?p=preview
The problem is that inner directive cannot find the ngModelController
on the outer directive, that uses ng-transclude
.
This works fine with 1.2.0rc1 or if you replace the templateUrl with an inline template.