jce-mobile-app/www/templates/aguda.html

41 lines
935 B
HTML

<ion-view view-title="אגודת הסטודנטים" >
<ion-content overflow-scroll="true">
<div class="page-content">
<h1><i class="icon ion-speakerphone"></i> אגודת הסטודנטים</h1>
<div class="list card" ng-repeat="post in agudaAll">
<div class="item item-avatar">
<img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-xpa1/v/t1.0-1/p200x200/10660171_597727170353519_3762039883805959255_n.jpg?oh=f4f4498e2f3e8fc29eaf046695ce6246&oe=55319C44&__gda__=1429862649_ff1a6a29c78ac73534f8caa69bb921a6">
<h2>{{post.contentSnippet}}</h2>
<p>{{post.publishedDate}}</p>
</div>
<div class="item item-body">
<div ng-bind-html="post.content"></div>
</p>
</div>
<div class="item tabs tabs-secondary tabs-icon-left">
<p>
מתוך עמוד ה - <i class="icon ion-social-facebook"></i> של האגודה
</p>
</div>
</div>
</div>
</ion-content>
</ion-view>