mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Remove bindonce symbol from ng-repeat
This commit is contained in:
parent
099e0abeed
commit
403075262d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ include ./task_view/mixins
|
|||
script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
||||
.tasks-lists.container-fluid
|
||||
.row
|
||||
.col-md-3.col-sm-6(ng-repeat='::list in lists', ng-class='::{"rewards-module": list.type==="reward"}')
|
||||
.col-md-3.col-sm-6(ng-repeat='list in lists', ng-class='::{"rewards-module": list.type==="reward"}')
|
||||
.task-column(class='{{::list.type}}s')
|
||||
|
||||
include ./task_view/graph
|
||||
|
|
|
|||
Loading…
Reference in a new issue