Commit 98f7a2ac by kevin.xu Committed by GitHub

Update app.ts (#27673)

fix typo
parent 1f1d7d7f
...@@ -113,7 +113,7 @@ export class GrafanaApp { ...@@ -113,7 +113,7 @@ export class GrafanaApp {
$httpProvider: angular.IHttpProvider, $httpProvider: angular.IHttpProvider,
$provide: angular.auto.IProvideService $provide: angular.auto.IProvideService
) => { ) => {
// pre assing bindings before constructor calls // pre assign bindings before constructor calls
$compileProvider.preAssignBindingsEnabled(true); $compileProvider.preAssignBindingsEnabled(true);
if (config.buildInfo.env !== 'development') { if (config.buildInfo.env !== 'development') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment