fix: proper reload of ext data

This commit is contained in:
Mo Bitar
2020-09-25 11:48:55 -05:00
parent b74c85638d
commit 8679bf5b30
6 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
import { RootScopeMessages } from './../../messages';
import { WebDirective } from '@/types';
import { getPlatformString } from '@/utils';
import template from './application-view.pug';
@@ -82,7 +83,7 @@ class ApplicationViewCtrl extends PureViewCtrl {
}
onUpdateAvailable() {
this.$rootScope!.$broadcast('new-update-available');
this.$rootScope!.$broadcast(RootScopeMessages.NewUpdateAvailable);
};
/** @override */