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
Just an additional information for new comers to this post:
Declaration of params in a state definition has changed to params: { id: {} } from params: ['id']
params: { id: {} }
params: ['id']
So be aware :)
Source: http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider