This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
md-subheader loses ng-if child elements when becoming sticky on Chrome #8500
Labels
has: Pull Request
A PR has been created to address this issue
needs: investigation
The cause of this issue is not well understood and needs to be investigated by the team or community
Actual behavior:
Using an
md-subheader
which contains elements dynamically hidden or shown usingng-if
, the dynamic elements vanish when the header becomes sticky. It appears the sticky clone of the header does not evaluate and/or update its content. This is reproducible in Chrome, though in Safari it works as expected.CodePen:
http://codepen.io/anon/pen/ONeMrm?editors=1000
Angular Versions:
Additional Information:
The text was updated successfully, but these errors were encountered: