when I call my website like
www.mysite.com/#!/mypath/mypath2/mypath3?queryParam1=123&queryParam2=123123
angular changes the query params order like this
www.mysite.com/#!/mypath/mypath2/mypath3?queryParam2=123123queryParam1=123
Why angular changes the order and how can I handle this problem ?