We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
debugInfoEnabled()
1 parent 66dff7c commit 59a9c13Copy full SHA for 59a9c13
docs/content/guide/production.ngdoc
@@ -20,6 +20,9 @@ and adds CSS classes to data-bound elements:
20
CSS class are attached to the corresponding element. These scope references can then be accessed via
21
`element.scope()` and `element.isolateScope()`.
22
23
+- Placeholder comments for structural directives will contain information about what directive
24
+and binding caused the placeholder. E.g. `<!-- ngIf: shouldShow() -->`.
25
+
26
Tools like [Protractor](https://github.com/angular/protractor) and
27
[Batarang](https://github.com/angular/angularjs-batarang) need this information to run,
28
but you can disable this in production for a significant performance boost with:
0 commit comments