mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
11 lines
252 B
HTML
11 lines
252 B
HTML
<ion-view view-title="Top">
|
|
<ion-content>
|
|
<!--<h1>That's so <i>HACKER NEWS</i></h1>-->
|
|
<ion-list>
|
|
<ion-item *for="#story of stories" push-to="single">
|
|
{{story.title}}
|
|
</ion-item>
|
|
</ion-list>
|
|
</ion-content>
|
|
</ion-view>
|