Skip to content

inheriting resolvers with the same name over childs #1317

@darkyelox

Description

@darkyelox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions