Skip to content

Commit a4a0251

Browse files
committed
# knockout debug code
1 parent 5ee8b95 commit a4a0251

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

note.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2602,4 +2602,12 @@ console.log(standardDeviation) // output
26022602
<span data-bind="text: ko.toJSON($data)"></span>
26032603
```
26042604
2605+
```html
2606+
<!-- ko foreach: selectedValue -->
2607+
<div>
2608+
<span data-bind="text: $data"></span>
2609+
</div>
2610+
<!-- /ko -->
2611+
```
2612+
26052613
---

0 commit comments

Comments
 (0)