core icon indicating copy to clipboard operation
core copied to clipboard

When using wild card to parse a sub route the routing is not resulting in the correct path

Open andrevanzuydam opened this issue 11 years ago • 0 comments

Route /test/* will not match /test/test/test/test

Temporary Solution - the base route needs to be passed with to matchUrl in route call if the base route is not a ".".

andrevanzuydam avatar Nov 21 '14 09:11 andrevanzuydam