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
Children states with angularJS components are working great.
Children states with angular components are not receiving the bindings.
It seems ui-view-ng-upgrade is not propagating the bindings down.
Is this supported at this time?
Or do you any ideas to achieve similar functionality?
Thanks!
The text was updated successfully, but these errors were encountered:
This is not supported for Angular components. It's not even supported by regular (non-hybrid) @uirouter/angular. There isn't an easy way to dynamically bind to arbitrary inputs of angular components. The angular compiler needs to know up front what is being bound.
Using https://ui-router.github.io/guide/ng1/route-to-component#routed-parentchild-component-communication
I'm attempting to pass bindings down VIA a
<ui-view>
Children states with angularJS components are working great.
Children states with angular components are not receiving the bindings.
It seems ui-view-ng-upgrade is not propagating the bindings down.
Is this supported at this time?
Or do you any ideas to achieve similar functionality?
Thanks!
The text was updated successfully, but these errors were encountered: