fix: argument misordering

This commit is contained in:
Baptiste Grob
2020-06-22 15:48:36 +02:00
parent d45b873046
commit 3d3ca9b94a

View File

@@ -64,13 +64,13 @@ export class WebApplication extends SNApplication {
deviceInterface,
new SNWebCrypto(),
namespace,
undefined,
[
{
swap: SNAlertService,
with: AlertService
}
]
],
undefined,
);
this.$compile = $compile;
this.scope = scope;