I am using ui-router to represent states in my AngularJS app. In it I\'d like to change the state without changing the URL (basically a \"detail view\" is updated but this s
I now figured out, that you need to use the params: ['id'] property of the state in order to have the key not stripped when not using a URL.
params: ['id']