Component url to uuid migration
This commit is contained in:
@@ -84,7 +84,7 @@ angular.module('app')
|
||||
}
|
||||
});
|
||||
|
||||
syncManager.setEventHandler((syncEvent, data) => {
|
||||
syncManager.addEventHandler((syncEvent, data) => {
|
||||
$rootScope.$broadcast(syncEvent, data || {});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user