I'm unable to handle sub-routes while using riot-router
I.e, I would like to handle sub-routes in my app like
- user/sujeet/edit
- user/sujeet/view
- user/sujeet/summary
In my app-user.tag I'm only able to extract first level of detail but not the entire sub-route into tokens.
Here is the plunkr url code
plunkr source code
direct preview link
: link