From 66ed16e744afe2418bde9f31111f05b455d028b5 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 17 Mar 2015 09:12:45 +0100 Subject: [PATCH] angular debug info disabled by default --- app/coffee/app.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 0f099adc..6858425d 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -234,7 +234,7 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, $tgEven linewidth: "The subject must have a maximum size of %s" }) - $compileProvider.debugInfoEnabled(window.taigaConfig.debugInfo) + $compileProvider.debugInfoEnabled(window.taigaConfig.debugInfo || false) init = ($log, $i18n, $config, $rootscope, $auth, $events, $analytics) -> $i18n.initialize($config.get("defaultLanguage"))