DefinitelyTyped/angular-ui-router
Paul Brohman 70d5dcff6f Updating the IStateOptions.reload to allow string or IState (#9298)
`reload` allows for a string based state or a state object

```
reload (v0.2.5) - {boolean=false|string|object}, If true will force transition even if no state or params have changed. It will reload the resolves and views of the current state and parent states. If reload is a string (or state object), the state object is fetched (by name, or object reference); and \ the transition reloads the resolves and views for that matched state, and all its children states.
```
2016-05-15 01:29:31 +09:00
..
angular-ui-router-tests.ts Introduce unfoundState type from $stateNotFound event (#8894) 2016-04-12 22:47:57 +09:00
angular-ui-router.d.ts Updating the IStateOptions.reload to allow string or IState (#9298) 2016-05-15 01:29:31 +09:00