Skip to content

Commit 40e7a4f

Browse files
Merge pull request angular-ui#1747 from cesarandreu/patch-1
docs(state): reload reinvokes controllers
2 parents 7032281 + 1ef8499 commit 40e7a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/state.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -799,8 +799,8 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
799799
* @methodOf ui.router.state.$state
800800
*
801801
* @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).
802+
* A method that force reloads the current state. All resolves are re-resolved,
803+
* controllers reinstantiated, and events re-fired.
804804
*
805805
* @example
806806
* <pre>

0 commit comments

Comments
 (0)