2013-04-06 01:43:15 +04:00
|
|
|
<li ng-class="{
|
2013-04-15 18:02:32 +04:00
|
|
|
active: starredBusinessLayer.isActive(0),
|
|
|
|
unread: starredBusinessLayer.getUnreadCount() > 0
|
2013-04-06 01:43:15 +04:00
|
|
|
}"
|
2013-04-15 18:02:32 +04:00
|
|
|
ng-show="starredBusinessLayer.isVisible(0)"
|
2013-04-12 03:11:34 +04:00
|
|
|
class="starred">
|
2013-02-12 04:29:09 +04:00
|
|
|
<a class="starred-icon"
|
|
|
|
href="#"
|
2013-04-15 18:02:32 +04:00
|
|
|
ng-click="starredBusinessLayer.load(0)">
|
2013-02-11 18:33:34 +04:00
|
|
|
<?php p($l->t('Starred')) ?>
|
|
|
|
</a>
|
2013-04-02 12:37:51 +04:00
|
|
|
<span class="utils">
|
|
|
|
<span class="unread-counter">
|
2013-04-15 18:02:32 +04:00
|
|
|
{{ starredBusinessLayer.getUnreadCount() }}
|
2013-04-02 12:37:51 +04:00
|
|
|
</span>
|
|
|
|
</span>
|
2013-02-11 18:30:31 +04:00
|
|
|
</li>
|