Skip to content

Commit

Permalink
Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanPerez9 committed Apr 23, 2018
1 parent 878d59c commit 43efcd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions angular/src/app/schedule/schedule.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ <h2 class="section-heading">Schedule</h2>
<tbody *ngFor="let schedule of listScheduleWithUser">
<tr >
<td class="agenda-date" class="active" rowspan="1">
<div class="dayofmonth">22</div>
<div class="dayofweek">Sunday</div>
<div class="dayofmonth">23</div>
<div class="dayofweek">Monday</div>
<div class="shortdate text-muted">April, 2018</div>
</td>
<td class="agenda-time">{{schedule.schedule}}</td>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/new/inline.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/resources/static/new/main.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/resources/static/new/main.bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 43efcd7

Please sign in to comment.