Editor tags component change ng-if to ng-show

This commit is contained in:
Mo Bitar
2017-08-22 18:29:21 -05:00
parent 827a593621
commit e3ba15c684
3 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ class ComponentManager {
this.contextStreamObservers = [];
this.activeComponents = [];
// this.loggingEnabled = true;
this.permissionDialogs = [];
this.handlers = [];

View File

@@ -143,6 +143,9 @@ class DBManager {
console.log("Database deleted successfully");
callback();
};
deleteRequest.onblock = function(event) {
callback();
};
}
}