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