mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-29 14:22:27 -06:00
Add ionItem attribute id example to guide
This commit is contained in:
parent
2fe75ea3c1
commit
4fdf33780b
1 changed files with 1 additions and 1 deletions
2
GUIDE.md
2
GUIDE.md
|
|
@ -236,7 +236,7 @@ To get a nice Ionic styled list item wrap your content in a `ionItem` block temp
|
|||
```
|
||||
{{#ionList class="my-class"}}
|
||||
{{#each times}}
|
||||
{{#ionItem buttonRight=true avatar=true}}
|
||||
{{#ionItem buttonRight=true avatar=true class="my-class" id="my-id"}}
|
||||
<img src="https://randomuser.me/api/portraits/thumb/men/27.jpg">
|
||||
<h2>John Smith</h2>
|
||||
<p>(555) 555-1212</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue