From bf9a003b3fa504fe544132382995c6c1ae72829d Mon Sep 17 00:00:00 2001 From: Oscar Busk Date: Wed, 23 Aug 2017 15:08:55 +0200 Subject: [PATCH] docs(guide/Running in Production): more Information on debugInfoEnabled(false) Added bullet mentioning that the placeholder comments are also affected. --- docs/content/guide/production.ngdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/guide/production.ngdoc b/docs/content/guide/production.ngdoc index 10621884bf39..8fd465361b6b 100644 --- a/docs/content/guide/production.ngdoc +++ b/docs/content/guide/production.ngdoc @@ -20,6 +20,9 @@ and adds CSS classes to data-bound elements: CSS class are attached to the corresponding element. These scope references can then be accessed via `element.scope()` and `element.isolateScope()`. +- Placeholder comments for structural directives will contain information about what directive +and binding caused the placeholder. E.g. ``. + Tools like [Protractor](https://github.com/angular/protractor) and [Batarang](https://github.com/angular/angularjs-batarang) need this information to run, but you can disable this in production for a significant performance boost with: