mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Added another one time binding
This commit is contained in:
parent
732ad1ef07
commit
4f340940ed
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ div(ng-if='::profile.achievements.challenges || user._id == profile._id')
|
|||
div(ng-class='::{muted: !profile.achievements.challenges.length}')
|
||||
h5=env.t('challengeWinner')
|
||||
table.table.table-striped
|
||||
tr(ng-repeat='chal in profile.achievements.challenges track by $index')
|
||||
tr(ng-repeat='chal in ::profile.achievements.challenges track by $index')
|
||||
td {{::chal}}
|
||||
hr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue