$rootScope.$broadcast not working after upgrade to 10.4 or 11.1
I was testing upgrading a website from 10.3.2 to 10.4 and have found that some of my backoffice custom controllers are no longer working.
Basically anywhere which calls $rootScope.$broadcast('event_name', { data: 'xxx' }) to pass data to sub controls no longer seems to work when used in umb-editor-view / umb-editor-sub-views.
$rootScope.$broadcast not working after upgrade to 10.4 or 11.1
I was testing upgrading a website from 10.3.2 to 10.4 and have found that some of my backoffice custom controllers are no longer working.
Basically anywhere which calls $rootScope.$broadcast('event_name', { data: 'xxx' }) to pass data to sub controls no longer seems to work when used in umb-editor-view / umb-editor-sub-views.
On upgrading to 11.1 it is the same.
In parent controller:
In child controller - never triggers
Its probably not how data should be passed between controllers in editor view but anyone know why or able to give example of the correct way?
is working on a reply...