Added another one-time binding

This commit is contained in:
hairlessbear 2015-04-25 22:14:16 -04:00
parent 2d748e22e6
commit 4d8310296b

View file

@ -161,7 +161,7 @@ div(ng-if='::profile.achievements.quests || user._id == profile._id')
table.table.table-striped
tr(ng-repeat='(k,v) in ::profile.achievements.quests')
td {{::Content.quests[k].text()}}
td x{{v}}
td x{{::v}}
hr
div(ng-if='::profile.achievements.snowball')