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.
Angular 1.0.3 breaks directives using ng-transclude #1627
Closed
Description
ng-translude for directives is broken in angular 1.0.3. It seems to be related with the fix for issue #1313
Changing view using $location from a view that uses a directive with transcluded content throws:
TypeError: Cannot read property '$$childHead' of null
Take a look at this simple snippet:
http://jsfiddle.net/JJt3u/
Snippet fails in Chrome 23.0.1271.64, and Firefox 17.0