sammy icon indicating copy to clipboard operation
sammy copied to clipboard

How to reload router when on the same route?

Open benag opened this issue 6 years ago • 1 comments

How to reload router when on the same route?

benag avatar Feb 28 '18 07:02 benag

@benag From application context call refresh() function:

this.refresh();

http://sammyjs.org/docs/api/master/all#Sammy.Application-refresh

modder2 avatar May 19 '19 01:05 modder2