File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
aurelia-v1.1.2-non-keyed/src Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,13 @@ <h1>Aurelia v1.1.2</h1>
30
30
< table class ="table table-hover table-striped test-data ">
31
31
< tbody >
32
32
< tr repeat.for ="item of store.data " class-name.bind ="item.id === store.selected ? 'danger' : '' ">
33
- < td class ="col-md-1 "> ${item.id}</ td >
33
+ < td class ="col-md-1 "> ${item.id & oneTime }</ td >
34
34
< td class ="col-md-4 ">
35
35
< a click.delegate ="select(item) "> ${item.label}</ a >
36
36
</ td >
37
- < td class ="col-md-1 "> < a click.delegate ="remove(item) "> < span class ="glyphicon glyphicon-remove " aria-hidden ="true "> </ span > </ a > </ td >
37
+ < td class ="col-md-1 "> < a click.delegate ="remove(item) ">
38
+ < span class ="glyphicon glyphicon-remove " aria-hidden ="true "> </ span > </ a >
39
+ </ td >
38
40
< td class ="col-md-6 "> </ td >
39
41
</ tr >
40
42
</ tbody >
You can’t perform that action at this time.
0 commit comments