0

is there a posiibility to tell angularjs route config to ignore get parameters, like we have a page with list of items with url: site.com/request/list, router works fine but when we add sorting/filtering we have to show the same page, but router fails with url like site.com/request/list/sort/quantity/order/desc or site.com/request/list/sort/quantity?

Thanks.

Cassius
  • 153
  • 1
  • 14
  • There are currently no wildcards in angular routes. If the number of route parameters is finite, you can simply define all different routes separately and let them use the same controller. – Narretz Jun 26 '13 at 16:28
  • It is the way I use now but this is the way I want to get rid of. Strange, as the case is quite common. – Cassius Jun 26 '13 at 16:33

0 Answers0