mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Disable Angular debug info (should improve performance)
This commit is contained in:
parent
831dfe6c8d
commit
f64769cc80
@ -100,6 +100,7 @@ registerVisualizations(ngModule);
|
||||
|
||||
ngModule.config(($routeProvider, $locationProvider, $compileProvider,
|
||||
uiSelectConfig, toastrConfig) => {
|
||||
$compileProvider.debugInfoEnabled(false);
|
||||
$compileProvider.aHrefSanitizationWhitelist(/^\s*(https?|http|data):/);
|
||||
$locationProvider.html5Mode(true);
|
||||
uiSelectConfig.theme = 'bootstrap';
|
||||
|
Loading…
Reference in New Issue
Block a user