Skip to content

Commit

Permalink
Fixed error in documentation example of rt-virtual
Browse files Browse the repository at this point in the history
Also, added `rt-virtual` to list of `Built-in directives`
  • Loading branch information
jkurambhatti authored and Ido committed Apr 26, 2017
1 parent d47ef7e commit 6797ad9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ http://plugins.jetbrains.com/plugin/7648
* [rt-template](#rt-template)
* [rt-include](#rt-include)
* [rt-pre](#rt-pre)
* [rt-virtual](#rt-virtual)
* [styles](#styles)
* [event handlers](#event-handlers)

Expand Down Expand Up @@ -161,7 +162,7 @@ For instance, to repeat several nodes at once without a shared root for each ins
<rt-virtual rt-repeat="n in [1,2,3]">
<li>{n}</li>
<li>{n*2}</li>
</virtual>
</rt-virtual>
</ul>
```

Expand Down

0 comments on commit 6797ad9

Please sign in to comment.