<div>
  <div ui-view="body">
  <div ui-view="modal"></div><!-- Element overlaps body using CSS -->
</div>


Controller for the body contains a resolve variable in the config. When I 
switch to a modal state, controller associated with the body throws the 
following error:

Error: $injector:unpr Unknown Provider

Specifically, it is referring to the `resolve` variable injection becoming 
undefined /  detached.

How do I resolve this?

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to