File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1362,7 +1362,12 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
1362
1362
* binding information and a reference to the current scope on to DOM elements.
1363
1363
* If enabled, the compiler will add the following to DOM elements that have been bound to the scope
1364
1364
* * `ng-binding` CSS class
1365
+ * * `ng-scope` and `ng-isolated-scope` CSS classes
1365
1366
* * `$binding` data property containing an array of the binding expressions
1367
+ * * Data properties used by the {@link angular.element#methods `scope()`/`isolateScope()` methods} to return
1368
+ * the element's scope.
1369
+ * * Placeholder comments will contain information about what directive and binding caused the placeholder.
1370
+ * E.g. `<!-- ngIf: shouldShow() -->`.
1366
1371
*
1367
1372
* You may want to disable this in production for a significant performance boost. See
1368
1373
* {@link guide/production#disabling-debug-data Disabling Debug Data} for more.
You can’t perform that action at this time.
0 commit comments