0

In their documentation for the router, Durandal shows the example of a "splat" route in a couple places, like this:

router.map([ { route: 'knockout-samples*details', moduleId: 'ko/index', 
    title: 'Knockout Samples', nav: true, hash: '#knockout-samples' } ])

All the documentation says about "splat" routes is "* denotes a "splat" route. In this case we match anything starting at the position of the *." I can't for the life of me figure out what the purpose of the word "details" means in that context, since none of the example URLs it shows that supposedly match the route have the word "details" at the end.

What does it mean?

rory.ap
  • 34,009
  • 10
  • 83
  • 174

0 Answers0