baseprime / grapnel

The smallest JavaScript router with named parameters, HTML5 pushState, and middleware support
http://grapnel.js.org
468 stars 40 forks source link

Params for nested routes don't match in some situations #6

Closed baseprime closed 11 years ago

baseprime commented 11 years ago

path/to/:route

GET http://domain/#path/to/route Params are => { route : "to" } Instead of => { route : "route" }

baseprime commented 11 years ago

Fixed