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
Hi there,
When I tried to switch to pageslide directive, I lost ui-view content from https://github.com/angular-ui/ui-router
Here is what I did:
My origin code snippet:
here all works just fine - after page rendering, all three ui-views have been injected with expected data.
So I decided to put the right ui-view - messaging into pageslide directive. I just amended the code:
and expected to see the messaging panel on the right. However when switch on the panel (chatOpened is true), I have completely empty panel. Inspecting ui-view within pageslide showed that the content has not been injected into the view - that explains why I see nothing, but it is not clear to me why the content has not been injected...
How to make it work?
Best Regards,
Angel
The text was updated successfully, but these errors were encountered:
Hi there,
When I tried to switch to
pageslide
directive, I lostui-view
content from https://github.com/angular-ui/ui-routerHere is what I did:
My origin code snippet:
here all works just fine - after page rendering, all three
ui-view
s have been injected with expected data.So I decided to put the right
ui-view
- messaging intopageslide
directive. I just amended the code:and expected to see the messaging panel on the right. However when switch on the panel (
chatOpened
istrue
), I have completely empty panel. Inspectingui-view
withinpageslide
showed that the content has not been injected into the view - that explains why I see nothing, but it is not clear to me why the content has not been injected...How to make it work?
Best Regards,
Angel
The text was updated successfully, but these errors were encountered: