Skip to content

Conversation

@charandas
Copy link
Contributor

Its currently transitionProvider in the readme which is not what it is actually 😄

christopherthielen added a commit that referenced this pull request Sep 20, 2015
Fix incorrect name of transitionsProvider on readme
@christopherthielen christopherthielen merged commit a183ebd into angular-ui:feature-1.0 Sep 20, 2015
@christopherthielen
Copy link
Contributor

@charandas are you playing with feature-1.0 codebase? How are you finding it?

@charandas
Copy link
Contributor Author

@christopherthielen Thanks for checking in. Yes, I am interested in updating to it.

At first glance, couldn't have it play well with ui-router-extras. There was some issue with a decorator call in the library.

Trying to see if my app can instead run initialization code in transition hooks.

@charandas
Copy link
Contributor Author

Excited about what you guys are targeting for near future, for Angular 2 especially.

@christopherthielen
Copy link
Contributor

@charandas ui-router-extras "sticky states" is DEFINITELY not ready for the 1.0 branch.
"future states", "DSR" and "previous states" likely do NOT work. However, they may work if you enable the now-deprecated-state-events using the 1.0 $stateEventsProvider.enable() call.

@charandas
Copy link
Contributor Author

Yeah, cannot expect you to be on top of that project alongside the gargantuan duties that come with being a ui-router maintainer 😀

I am interested in using the dynamic params (aka $location.search()) without a state reload with 1.0 preview. I read somewhere there is a decorator for that. Care to enlighten, please?

@christopherthielen
Copy link
Contributor

Params in general (and dynamic params) are one of the chores on my list to address before the 1.0-beta. We currently have three concepts internally managing params (ParamSet, StateParams, ParamValues) and I need to consolidate them down to two, or perhaps even one class. As of right now, dynamic params might work if you use $state.params global mutable state object.

However, we're moving people away from using global mutable state. I want people to watch dynamic params using the $stateParams object injected into a hook or controller, but dynamic params aren't currently implemented there.

@charandas
Copy link
Contributor Author

Thanks for the update. Will stay tuned. 👍 @christopherthielen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants