feat(routeProvider): Add support to catch-all parameters in routes
This allows routeProvider to accept parameters that matches substrings even when they contain slashes if they are prefixed with an asterisk instead of a colon. For example, routes like edit/color/:color/largecode/*largecode will match with something like this http://appdomain.com/edit/color/brown/largecode/code/with/slashs.
L
Luis Ramón López committed
7eafbb98c64c0dc079d7d3ec589f1270b7f6fea5
Parent: bb8448c
Committed by Misko Hevery <misko@hevery.com>
on 2/15/2013, 5:36:59 AM