swipely / aviator

Aviator is a single-page front-end router built for modularity.
MIT License
143 stars 6 forks source link

Add support for multiple slashes per route level #52

Closed hojberg closed 10 years ago

hojberg commented 10 years ago

@barnabyc @flahertyb

hojberg commented 10 years ago

this fixes https://github.com/swipely/aviator/issues/47

flahertyb commented 10 years ago

looks good except for the console log

barnabyc commented 10 years ago

"per route level" made me think of multiple actions per route level, but the code appears to handle multiple slashes in a single action's route - correct?

hojberg commented 10 years ago

Yes that is one way of describing it. I guess the term "route level" is not something we have discussed, but it is the term the match function uses.