Use ng2-materialize in schedule module.

This commit is contained in:
Alexis Lahouze
2017-08-28 08:58:35 +02:00
parent fbcec48038
commit fe2d539812
3 changed files with 17 additions and 17 deletions

View File

@ -16,7 +16,7 @@ import { Schedule } from './schedule';
selector: 'schedule-list',
template: `
<div class="row">
<table class="table table-sm table-striped table-condensed table-hover">
<table class="bordered highlight responsive-table">
<thead>
<tr>
<th>Date de d&eacute;but</th>
@ -33,7 +33,7 @@ import { Schedule } from './schedule';
<tbody>
<tr>
<td colspan="8">
<button class="btn btn-success" (click)="add()">
<button mz-button class="green" (click)="add()">
Ajouter
</button>
</td>