I am using ui routers stateparams and I need to update a view. If I pass any of the fields along with the url, I can update the view but since my json entry can have multiple key value pairs, the idea of adding every key to the url of stateProvider is not a smart Idea. So my question is how do I update the view by just passing one of the fields of JSON.I am using ui routers stateparams and I need to