in ui-router, how to re-resolve only the most local state?
问题 I have the following state tree, using ui-router, 1 login 2 root (abstract, resolves app-prefs, user-prefs) 2.1 home (builds a refresh button, should refresh whatever is being shown) 2.1.1 dashboard (resolves dashboard-prefs) 2.1.2 search (resolves search-prefs) 2.1.3 etc 2.2 etc From home when user presses refresh button while in XYZ state, I would like to have the XYZ re-entered in such a way that it re-resolves its own XYZ-prefs but not things above in hierarchy. Something like $state.go(