angular-multilevelpushmenu
angular-multilevelpushmenu copied to clipboard
goBack reload
Hi,
for some reason, I had to add the following line:
wxyUtils.StopEventPropagation(event);
to the goBack() function, otherwise the page was reloaded when the Back link was clicked.
I'm using a forked version (which might explain why this was happening), so I'm not sure if this change is needed elsewhere. Just wanted to inform others which might experience the same.
Regards, Daníel
+1 this issue face me also and add wxyUtils.StopEventPropagation(event); on goBack function will solve this problem
thank @danielbsig Regards