Skip to content

Commit a7a053f

Browse files
committed
docs($compile): fix scope hierarchy indentation in HTML output
1 parent 9630159 commit a7a053f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/ng/compile.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -574,19 +574,19 @@
574574
*
575575
* The `$parent` scope hierarchy will look like this:
576576
*
577-
* ```
578-
* - $rootScope
579-
* - isolate
580-
* - transclusion
581-
* ```
577+
```
578+
- $rootScope
579+
- isolate
580+
- transclusion
581+
```
582582
*
583583
* but the scopes will inherit prototypically from different scopes to their `$parent`.
584584
*
585-
* ```
586-
* - $rootScope
587-
* - transclusion
588-
* - isolate
589-
* ```
585+
```
586+
- $rootScope
587+
- transclusion
588+
- isolate
589+
```
590590
*
591591
*
592592
* ### Attributes

0 commit comments

Comments
 (0)