Set alertManager on componentManager

This commit is contained in:
Mo Bitar
2019-05-09 17:57:19 -05:00
parent 92bbf08d03
commit c59ab2c3f9

View File

@@ -5,6 +5,7 @@ class ComponentManager extends SNComponentManager {
syncManager,
desktopManager,
nativeExtManager,
alertManager: new SFAlertManager(),
$uiRunner: $rootScope.safeApply,
$timeout: $timeout,
environment: isDesktopApplication() ? "desktop" : "web",