Trouble with queryparams

I am having some trouble with queryParams. My application is loaded into an iframe were I need to grab some values off of the url that is called. I have no control over how the url is formatted.

The url looks like this:

blah.com/something/index.html?param1=blah

Playing around on jsbin i noticed that the below url works.

blah.com/something/index.html/#/?param1=blah

Is there a way to configure the params to work with the url I am provided by the app that loads in my page?

jsbin - http://jsbin.com/migiqe