Update app.ts (#27673)

fix typo
This commit is contained in:
kevin.xu
2020-09-21 23:56:33 +08:00
committed by GitHub
parent 1f1d7d7f11
commit 98f7a2ace0

View File

@@ -113,7 +113,7 @@ export class GrafanaApp {
$httpProvider: angular.IHttpProvider,
$provide: angular.auto.IProvideService
) => {
// pre assing bindings before constructor calls
// pre assign bindings before constructor calls
$compileProvider.preAssignBindingsEnabled(true);
if (config.buildInfo.env !== 'development') {