Skip to content

Commit

Permalink
Merge pull request #1747 from cesarandreu/patch-1
Browse files Browse the repository at this point in the history
docs(state): reload reinvokes controllers
  • Loading branch information
christopherthielen committed Feb 10, 2015
2 parents 7032281 + 1ef8499 commit 40e7a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,8 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
* @methodOf ui.router.state.$state
*
* @description
* A method that force reloads the current state. All resolves are re-resolved, events are not re-fired,
* 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.
*
* @example
* <pre>
Expand Down

0 comments on commit 40e7a4f

Please sign in to comment.