mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 22:29:38 +00:00
Refactor song selection to a service
This commit is contained in:
@@ -22,8 +22,6 @@
|
||||
#tableRow
|
||||
*ngFor="let result of results"
|
||||
(click)="onRowClicked(result)"
|
||||
(songChecked)="onSongChecked($event)"
|
||||
(songUnchecked)="onSongUnchecked($event)"
|
||||
[result]="result"></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user