thedevstop / asfac

A simple, fast IOC container for use in ActionScript projects
MIT License
0 stars 0 forks source link

resolveByClass doesn't respect registered scope when resolving dependencies #15

Closed JoeRobich closed 11 years ago

JoeRobich commented 11 years ago

When a class is registered within a scope it is expected that the constructor parameters and injected properties would be resolved from that same scope if possible. Default scope would be used as a fallback in the case that a scope specific registration hadn't been made.

druttka commented 11 years ago

This has been merged into develop by #19