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
It would be great if you could use data from a parameterised URLs in hooks e.g:
.on('/club/:id',function(club){someFunction(club.id)},{before: function(done,club){//the below line is the bit I would like to workdocument.title="Title | "+club.id;done();}})
The text was updated successfully, but these errors were encountered:
It would be great if you could use data from a parameterised URLs in hooks e.g:
The text was updated successfully, but these errors were encountered: