Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8120ab2

Browse files
committed
docs($compile): fix scope hierarchy indentation in HTML output
1 parent 2f08eae commit 8120ab2

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
@@ -551,19 +551,19 @@
551551
*
552552
* The `$parent` scope hierarchy will look like this:
553553
*
554-
* ```
555-
* - $rootScope
556-
* - isolate
557-
* - transclusion
558-
* ```
554+
```
555+
- $rootScope
556+
- isolate
557+
- transclusion
558+
```
559559
*
560560
* but the scopes will inherit prototypically from different scopes to their `$parent`.
561561
*
562-
* ```
563-
* - $rootScope
564-
* - transclusion
565-
* - isolate
566-
* ```
562+
```
563+
- $rootScope
564+
- transclusion
565+
- isolate
566+
```
567567
*
568568
*
569569
* ### Attributes

0 commit comments

Comments
 (0)