Closed baseprime closed 11 years ago
path/to/:route
GET http://domain/#path/to/route Params are => { route : "to" } Instead of => { route : "route" }
GET http://domain/#path/to/route
=> { route : "to" }
=> { route : "route" }
Fixed
path/to/:route
GET http://domain/#path/to/route
Params are=> { route : "to" }
Instead of=> { route : "route" }