Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Jul 24, 2020 @ 23:44
    Alex Skrypnyk
    0

    Umbraco backoffice custom dashboard how to pass data between dashboards?

    What is the way to pass data between dashboards in angular js Umbraco back office?

    For communication we are using "eventsService", but what about data transferring? appState looks like not working as expected

    Thanks, Alex

  • David Armitage 505 posts 2073 karma points
    Aug 01, 2020 @ 03:39
    David Armitage
    100

    Hi Alex,

    I dont know 100% if this is going to work but generally AngularJS as global variables (rootScope).

    There might be a good chance that might work. $rootScope.MySharedProperty = "sddsdssdsd"

    Regards

    David

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Aug 09, 2020 @ 18:20
    Alex Skrypnyk
    0

    Hi David,

    Thank you so much, it works for me.

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft