summaryrefslogtreecommitdiffstats
path: root/templates/part.listfeed.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:04:02 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-26 18:04:02 +0100
commitc8d3f8fb4681f6993f1c9389e507df0724f56579 (patch)
tree312b48cdbc17c23d1e7aac6513f40e0a5813fdbf /templates/part.listfeed.php
parent8e1e0f5281c1ee49fe7f6d84ba8f2b709ebf7f40 (diff)
added casting information for data objects
Diffstat (limited to 'templates/part.listfeed.php')
-rw-r--r--templates/part.listfeed.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/part.listfeed.php b/templates/part.listfeed.php
index 51b249eb5..a6193afe7 100644
--- a/templates/part.listfeed.php
+++ b/templates/part.listfeed.php
@@ -1,10 +1,13 @@
-<li ng-class="{active: isFeedActive(feedType.Feed, feed.id), unread: feed.unreadCount!=0}"
+<li ng-class="{
+ active: isFeedActive(feedType.Feed, feed.id),
+ unread: feed.unreadCount!=0
+ }"
ng-repeat="feed in getFeedsOfFolder(<?php p($_['folderId']); ?>)"
ng-show="isShown(feedType.Feed, feed.id)"
data-id="{{feed.id}}"
class="feed"
draggable>
- <a ng-style="{backgroundImage: feed.icon}"
+ <a ng-style="{backgroundImage: feed.faviconLink}"
href="#"
class="title"
ng-click="loadFeed(feedType.Feed, feed.id)">