SmartIT_Extensions/BMC/smart-it-full/views/feed/updates-feed.html

9 lines
646 B
HTML

<div ng-repeat="item in feed" class="list-item">
<feed-item-renderer item="item" handle-attachment-click="handleAttachmentClick(type,attachment)" handle-unpin-click="handleUnpinClick(item)"></feed-item-renderer>
</div>
<div class="feed__load-more" ng-hide="state.loadingMoreFeeds || state.allFeedsLoaded || state.loadingFeeds || !userModel.isAccessibleUser">
<button type="button" ng-click="loadMoreFeeds()" class="small-btn_secondary">{{'common.labels.loadMore'|i18n}}</button>
</div>
<div class="feed__loading-spinner" ng-if="state.loadingMoreFeeds">
<div loading-spinner if="true" centered="false" inline="true" overlay="true"></div>
</div>