@webqit/oohtml 2.1.68 → 2.1.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -649,7 +649,7 @@ Here, we get the `binding` attribute for a declarative and neat, key/value data-
|
|
|
649
649
|
| `@html` | Markup content | `<span binding="@html: '<i>' + firstName + '</i>';"></span>` |
|
|
650
650
|
| `@items` | A list, with argument in the following format:<br>`<declaration> <of\|in> <iterable> / <importRef>` | *See next two tables* |
|
|
651
651
|
|
|
652
|
-
<details><summary>
|
|
652
|
+
<details><summary>About <code>For ... Of</code> Loops</summary>
|
|
653
653
|
|
|
654
654
|
| Idea | Usage |
|
|
655
655
|
| :---- | :---- |
|
|
@@ -660,7 +660,7 @@ Here, we get the `binding` attribute for a declarative and neat, key/value data-
|
|
|
660
660
|
|
|
661
661
|
</details>
|
|
662
662
|
|
|
663
|
-
<details><summary>
|
|
663
|
+
<details><summary>About <code>For ... In</code> Loops</summary>
|
|
664
664
|
|
|
665
665
|
| Idea | Usage |
|
|
666
666
|
| :---- | :---- |
|