File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frameworks/keyed/ember/app/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ export default class MyTable extends Component {
116
116
{{#each this . data key =" id" as | item | }}
117
117
<tr class ={{if ( eq item.id this . selected) ' danger' }} >
118
118
<td class =" col-md-1" >{{item.id }} </td >
119
- <td class =" col-md-4" ><a {{ on ' click ' ( fn this . select item ) }} >{{item.label }} </a ></td >
120
- <td class =" col-md-1" ><a {{ on ' click ' ( fn this . remove item ) }} ><span class =" glyphicon glyphicon-remove" aria-hidden =" true" ></span ></a ></td >
119
+ <td class =" col-md-4" ><a onclick = {{ fn this . select item }} >{{item.label }} </a ></td >
120
+ <td class =" col-md-1" ><a onclick = {{ fn this . remove item }} ><span class =" glyphicon glyphicon-remove" aria-hidden =" true" ></span ></a ></td >
121
121
<td class =" col-md-6" ></td >
122
122
</tr >
123
123
{{/each }}
You can’t perform that action at this time.
0 commit comments