track by indx

This commit is contained in:
Jon Lambson 2017-08-18 15:27:32 -06:00
parent 13f981a7ae
commit 82c7c15371
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<section class="col-md-offset-4 col-md-4 login-container" ng-init="vm.initListLoggedInProfiles()">
<form>
<h4 class="text-center">Sign in</h4>
<a href="#!/home" class="current-user-container" ng-repeat="profile in vm.activeProfiles">
<a href="#!/home" class="current-user-container" ng-repeat="profile in vm.activeProfiles track by $index">
<div class="current-user-split"><i class="fa fa-user"></i></div>
<div class="current-user-text">Resume with {{ profile.email }}</div>
</a>