the query params should go after the hash:
http://localhost/test#/?param1=abc¶m2=def
this should allow $location.search()
to return an object like:
{
param1: 'abc',
param2: 'def'
}
the query params should go after the hash:
http://localhost/test#/?param1=abc¶m2=def
this should allow $location.search()
to return an object like:
{
param1: 'abc',
param2: 'def'
}