Angular reload window then go to a new state
问题 Background I have a large angular app with many forms for many items. I have lists of action objects. These actions have schemaforms. These actions form's dropdown's differ from one action to the next. (the dropdown's contents depends on which company the action is a child of) These dropdowns contents were not changing unless I reloaded the page. Question How do I do a window reload then a state.go change? Code $scope.goToActionWizardFull = function(CUuid, AUuid) { $window.location.reload();