You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: