We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7032281 commit 1ef8499Copy full SHA for 1ef8499
src/state.js
@@ -799,8 +799,8 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
799
* @methodOf ui.router.state.$state
800
*
801
* @description
802
- * A method that force reloads the current state. All resolves are re-resolved, events are not re-fired,
803
- * and controllers reinstantiated (bug with controllers reinstantiating right now, fixing soon).
+ * A method that force reloads the current state. All resolves are re-resolved,
+ * controllers reinstantiated, and events re-fired.
804
805
* @example
806
* <pre>
0 commit comments