-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
I'm extending my resolvers objects using $.extend for adding some common code, one of them is adding a general resolver which is inherited and also defined by each child states, this works in version 0.2.10 but there is something weird in 0.2.11, because my child are inheriting the resolver one state up and is not using the own (this is happening in the controller of the state), i have this http://plnkr.co/edit/ewmHII?p=info plunker for see the issue, i'm using 0.2.10 for see the spected behavior, then i change to the last version (commenting and uncommenting) the problem can be seen in the console, in this example i'm emulating the use of a common resolver and printing the resolver in the state controller.