Set alertManager on componentManager
This commit is contained in:
@@ -5,6 +5,7 @@ class ComponentManager extends SNComponentManager {
|
|||||||
syncManager,
|
syncManager,
|
||||||
desktopManager,
|
desktopManager,
|
||||||
nativeExtManager,
|
nativeExtManager,
|
||||||
|
alertManager: new SFAlertManager(),
|
||||||
$uiRunner: $rootScope.safeApply,
|
$uiRunner: $rootScope.safeApply,
|
||||||
$timeout: $timeout,
|
$timeout: $timeout,
|
||||||
environment: isDesktopApplication() ? "desktop" : "web",
|
environment: isDesktopApplication() ? "desktop" : "web",
|
||||||
|
|||||||
Reference in New Issue
Block a user