You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an odd error in the 0.2.8 ui-router, when I place initial content in a ui-view (for fallback when there's no javascript) If I have a parent directive with repeated child-directives that require the parent's controller, then I get the error Controller 'parent', required by directive 'child', can't be found! in the console.
I don't get these errors when I use the 0.2.7 version, so it's probably due to a recent change.
I'm experiencing an odd error in the 0.2.8 ui-router, when I place initial content in a ui-view (for fallback when there's no javascript) If I have a parent directive with repeated child-directives that require the parent's controller, then I get the error
Controller 'parent', required by directive 'child', can't be found!
in the console.I don't get these errors when I use the 0.2.7 version, so it's probably due to a recent change.
http://plnkr.co/edit/wz8Y3EkNrsH4V9guDUy4?p=preview
The text was updated successfully, but these errors were encountered: