chore(version-snjs): 2.7.19 - permissions handling

This commit is contained in:
Antonella Sgarlatta
2021-07-14 19:00:33 -03:00
parent de8be411f4
commit d4195f8204
8 changed files with 21 additions and 11 deletions

View File

@@ -53,6 +53,7 @@ export class WebApplication extends SNApplication {
scope: angular.IScope,
defaultSyncServerHost: string,
public bridge: Bridge,
webSocketUrl: string,
) {
super(
bridge.environment,
@@ -63,6 +64,7 @@ export class WebApplication extends SNApplication {
identifier,
[],
defaultSyncServerHost,
webSocketUrl,
);
this.$compile = $compile;
this.scope = scope;