Before I am using JQuery and I use this to send URL with parameter
window.location = myUrl + $.param({\"paramName\" : \"ok\",\"anotherParam\":\"hello\"}); >
AngularJs has jquery lite on its core so you can use angular.element.param() instead of $.param()