angular debug info disabled by default

stable
Juanfran 2015-03-17 09:12:45 +01:00
parent 5b02d6fc32
commit 66ed16e744
1 changed files with 1 additions and 1 deletions

View File

@ -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"))