angular-multilevelpushmenu icon indicating copy to clipboard operation
angular-multilevelpushmenu copied to clipboard

goBack reload

Open danielbsig opened this issue 11 years ago • 1 comments

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

danielbsig avatar Jan 03 '15 00:01 danielbsig

+1 this issue face me also and add wxyUtils.StopEventPropagation(event); on goBack function will solve this problem

thank @danielbsig Regards

NayHaPal avatar Mar 01 '16 16:03 NayHaPal