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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
click the button to show the drawer,
and click the backgroud or swipe-left to hide the drawer.
of course it works well on desktop browser,
but there is something wrong on android (4.1.2/4.2.2) browser (not chrome for android, I use cordova for app, so need to make sure it works well on webview).
and it seems that ngIf DOM node not to be removed.
and, it will works well again when let angular < 1.2.4.
Thanks.
Hi everyone,
I use ngIf for draw like this
It works well when angular < 1.2.4, but something wrong when I use angular 1.2.4, (with ngAnimate)
the DOM seems to remain and the console below:
I don't know why.
Anyone can help.
Thanks.
The text was updated successfully, but these errors were encountered: