From 98f7a2ace0b08e4cc10c6a3ff078ee2565d92b50 Mon Sep 17 00:00:00 2001 From: "kevin.xu" Date: Mon, 21 Sep 2020 23:56:33 +0800 Subject: [PATCH] Update app.ts (#27673) fix typo --- public/app/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/app.ts b/public/app/app.ts index 33ee97ac4b3..9ad96e3fedb 100644 --- a/public/app/app.ts +++ b/public/app/app.ts @@ -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') {