activity spinner

This commit is contained in:
Jeremie Panzer
2013-03-27 13:59:57 +01:00
parent 1515eec5e7
commit 0b848aec95
8 changed files with 64 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
<div ng-controller="FeedListCtrl">
<div class="entrylist-header">
<h3><span>{{entryList.name}}</span><span ng-show="entryList.name && selectedType == 'category'"> &#187;</span></h3>
</div>
<div class="entrylist-header">
<h3><span>{{entryList.name}}&nbsp;</span><span ng-show="entryList.name && selectedType == 'category'"> &#187;</span></h3>
</div>
<div id="feed-accordion" infinite-scroll="loadMoreEntries()" infinite-scroll-disabled="busy" infinite-scroll-distance="1">
<accordion close-others="true">
<accordion-group ng-repeat="entry in entryList.entries" class="entry">