Skip to content

Commit 7381ccd

Browse files
fix scheduler demo for pass eval() in WG
1 parent 557a33a commit 7381ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/demos/Demos/Scheduler/Templates/Angular/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h3>DXCinema Show Times</h3>
102102
<div class="title">{{ movie.text }}</div>
103103
<div>
104104
Ticket Price:
105-
<strong>${{ model.targetedAppointmentData.price }}</strong>
105+
<strong>&dollar;{{ model.targetedAppointmentData.price }}</strong>
106106
</div>
107107
<div>{{
108108
(formatDate

0 commit comments

Comments
 (0)