Closed
Description
I have a push state sidenav which is aligned left or right depending on the size of the browser.
<md-sidenav align="{{alignAttr}}" mode="push">
I am detecting this on browser resize.
The sidenav push mechanism works fine, when align is set to start it appears from left and from right when set to end. However the main window which is under the black transparent backdrop is animated in the wrong direction when the align attribute changes dynamically.