mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-06 19:16:45 +01:00
added icons categories to notifications
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<div class="o_text_purple600">{{notification.date | date:"dd/MM"}}</div>
|
<div class="o_text_purple600">{{notification.date | date:"dd/MM"}}</div>
|
||||||
<div class="o_text_purple600">{{notification.date | date:"HH:mm:ss"}}</div>
|
<div class="o_text_purple600">{{notification.date | date:"HH:mm:ss"}}</div>
|
||||||
</div>
|
</div>
|
||||||
<i ng-show="notification.state=='pendent'" class="icon ion-android-notifications-none o_text_purple600"></i>
|
<i ng-show="notification.state=='pendent'" class="icon {{notification.icon}} o_text_purple600"></i>
|
||||||
<h2>{{notification.message}}</h2>
|
<h2>{{notification.message}}</h2>
|
||||||
</a>
|
</a>
|
||||||
<a ng-repeat="notification in notifications | orderBy: '-date'" ng-show="notification.state=='viewed'" class="item item-icon-left item-text-wrap" href="#/app/{{notification.link}}">
|
<a ng-repeat="notification in notifications | orderBy: '-date'" ng-show="notification.state=='viewed'" class="item item-icon-left item-text-wrap" href="#/app/{{notification.link}}">
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
<div class="o_text_purple600">{{notification.date | date:"dd/MM"}}</div>
|
<div class="o_text_purple600">{{notification.date | date:"dd/MM"}}</div>
|
||||||
<div class="o_text_purple600">{{notification.date | date:"HH:mm:ss"}}</div>
|
<div class="o_text_purple600">{{notification.date | date:"HH:mm:ss"}}</div>
|
||||||
</div>
|
</div>
|
||||||
<i ng-show="notification.state=='viewed'" class="icon ion-android-notifications-none"></i>
|
<i ng-show="notification.state=='viewed'" class="icon {{notification.icon}}"></i>
|
||||||
<h2>{{notification.message}}</h2>
|
<h2>{{notification.message}}</h2>
|
||||||
</a>
|
</a>
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
Reference in New Issue
Block a user