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.