Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat($state): added 'state' to state reload method (feat no.1612) #1809

Merged
merged 1 commit into from
Mar 30, 2015

Commits on Mar 29, 2015

  1. feat($state): added 'state' to state reload method (feat no.1612)

     - modiefied options.reload parameter in transitionTo method to accept the
       following:
       {reload : true} will reload all states
       {reload : 'foo.bar'} will reload foo.bar, and any children
       {reload : stateObj} will reload state found in stateObj, and any
       children.
     - added 'state' parameter(string|object) to $state.reload method,
       to be passed to $state.transitionTo method as the reload option.
     - test the $state.reload with state parameter
    weingaro authored and Maor Yosef committed Mar 29, 2015
    Configuration menu
    Copy the full SHA
    b8f0457 View commit details
    Browse the repository at this point in the history