track by indx
This commit is contained in:
parent
13f981a7ae
commit
82c7c15371
|
@ -1,7 +1,7 @@
|
||||||
<section class="col-md-offset-4 col-md-4 login-container" ng-init="vm.initListLoggedInProfiles()">
|
<section class="col-md-offset-4 col-md-4 login-container" ng-init="vm.initListLoggedInProfiles()">
|
||||||
<form>
|
<form>
|
||||||
<h4 class="text-center">Sign in</h4>
|
<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-split"><i class="fa fa-user"></i></div>
|
||||||
<div class="current-user-text">Resume with {{ profile.email }}</div>
|
<div class="current-user-text">Resume with {{ profile.email }}</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue