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: