|
@@ -2,7 +2,7 @@
|
|
|
<div class="getMore"><a role="button" class="i-More"><small ng-click="getMore()">加载更多消息</small></a><small class="n-More hide">当前没有更多消息</small></div>
|
|
<div class="getMore"><a role="button" class="i-More"><small ng-click="getMore()">加载更多消息</small></a><small class="n-More hide">当前没有更多消息</small></div>
|
|
|
<div class="feed-activity-list p-l-xs p-t-xs p-r-xs loadmore" ng-cloak>
|
|
<div class="feed-activity-list p-l-xs p-t-xs p-r-xs loadmore" ng-cloak>
|
|
|
<div class="feed-element" ng-repeat="item in historymessages | orderBy:item.index:'desc'">
|
|
<div class="feed-element" ng-repeat="item in historymessages | orderBy:item.index:'desc'">
|
|
|
- <div class="curTime"><small class="text-muted">{{getCurTime(item)}}</small></div>
|
|
|
|
|
|
|
+ <div class="curTime"><small class="text-muted">{{getHisTime(item)}}</small></div>
|
|
|
<div class="media-body" ng-history-msg="item" ng-app-content="appContent" ng-count="count" ng-height="height">
|
|
<div class="media-body" ng-history-msg="item" ng-app-content="appContent" ng-count="count" ng-height="height">
|
|
|
<!--<p>
|
|
<!--<p>
|
|
|
<strong>{{item.senderDisplayName === undefined || item.senderDisplayName == ''? item.sender : item.senderDisplayName}}</strong><small>-2017-2-6 15:57:17 {{item.ts}}</small>
|
|
<strong>{{item.senderDisplayName === undefined || item.senderDisplayName == ''? item.sender : item.senderDisplayName}}</strong><small>-2017-2-6 15:57:17 {{item.ts}}</small>
|