Fix table row style.

This commit is contained in:
Alexis Lahouze 2017-08-27 18:20:19 +02:00
parent fdef99085a
commit 7a0b7837da

View File

@ -17,8 +17,9 @@ import { AccountEditModalComponent } from './accountEditModal.component';
selector: 'tr[account-row]', selector: 'tr[account-row]',
host: { host: {
"[id]": "account.id", "[id]": "account.id",
"[class.warning]": "warning", "class": "lighten-4",
"[class.danger]": "danger" "[class.orange]": "warning",
"[class.red]": "danger"
}, },
template: ` template: `
<td> <td>