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.
Combining attributes with expressions (e.g. ng-show conditions) in a directive with replace = true fails #10323
Closed
Description
If both the div in the parent view does have a ng-show and the div of a directive with replace = true does have a ng-show, those conditions are bad merged.
Bug in action: http://jsfiddle.net/koningskristof/x69qwm8q/1/