Functioning UI
This commit is contained in:
@@ -23,7 +23,6 @@ export const EventSources = {
|
||||
};
|
||||
|
||||
export class AppState {
|
||||
|
||||
/* @ngInject */
|
||||
constructor(
|
||||
$timeout,
|
||||
@@ -81,6 +80,11 @@ export class AppState {
|
||||
});
|
||||
}
|
||||
|
||||
async setApplicationReady() {
|
||||
this.applicationReady = true;
|
||||
await this.notifyEvent(AppStateEvents.ApplicationReady);
|
||||
}
|
||||
|
||||
setSelectedTag(tag) {
|
||||
if (this.selectedTag === tag) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user