password history track by $index
This commit is contained in:
parent
5d551c5d70
commit
3cee5970bf
|
@ -10,7 +10,8 @@
|
|||
<div class="content">
|
||||
<div class="list">
|
||||
<div class="list-grouped" ng-if="$ctrl.history.length !== 0">
|
||||
<div class="list-grouped-item condensed wrap" ng-repeat="item in $ctrl.history | orderBy: 'date':true">
|
||||
<div class="list-grouped-item condensed wrap"
|
||||
ng-repeat="item in $ctrl.history | orderBy: 'date':true track by $index">
|
||||
<div class="action-buttons">
|
||||
<span class="btn-list" stop-prop stop-click title="{{$ctrl.i18n.copyPassword}}"
|
||||
ngclipboard ngclipboard-error="$ctrl.clipboardError(e)"
|
||||
|
|
Loading…
Reference in New Issue