Change all uses of am-time-ago to the <time-ago> component
This commit is contained in:
parent
33af54d355
commit
2ea06d3df8
13 changed files with 15 additions and 20 deletions
|
@ -110,12 +110,12 @@
|
|||
</td>
|
||||
<td><span class="max-text" bo-text="key.service"></span></td>
|
||||
<td>
|
||||
<span am-time-ago="key.created_date"></span>
|
||||
<time-ago datetime="key.created_date"></time-ago>
|
||||
</td>
|
||||
<td>
|
||||
<span class="rotation" bo-if="key.expiration_date && willRotate(key)">
|
||||
<i class="fa" ng-class="getExpirationInfo(key).icon"></i>
|
||||
Automatically rotated <span am-time-ago="getRotationDate(key)"></span>
|
||||
Automatically rotated <time-ago datetime="getRotationDate(key)"></time-ago>
|
||||
</span>
|
||||
<span bo-if="!willRotate(key)">
|
||||
<a ng-click="showChangeExpiration(key)">
|
||||
|
|
Reference in a new issue