2015-01-10 22:11:51 +00:00
|
|
|
<ion-view view-title="הודעות" >
|
2015-02-02 13:23:52 +00:00
|
|
|
<ion-content overflow-scroll="true">
|
2015-01-10 22:11:51 +00:00
|
|
|
<div class="page-content">
|
|
|
|
<h1><i class="icon ion-paper-airplane"></i> הודעות</h1>
|
|
|
|
|
|
|
|
<div class="list card" ng-repeat="news in newss" >
|
|
|
|
|
|
|
|
<div class="item item-avatar">
|
|
|
|
<img ng-src="http://media.nirshamim.co.il/images_up/upload_Supplier_Big_Pictureazrieli_161.logo.gif">
|
|
|
|
<h2>{{ news.title }}</h2>
|
|
|
|
<p>{{ news.date }}</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="item item-body">
|
|
|
|
<div ng-bind-html="news.text"></div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</ion-content>
|
|
|
|
</ion-view>
|