fix auto-bind
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</on-start>
|
||||
|
||||
<view-state id="enterBookingDetails" model="booking">
|
||||
<binder auto-bind="false">
|
||||
<binder>
|
||||
<binding property="checkinDate" converter="shortDate" required="true" />
|
||||
<binding property="checkoutDate" converter="shortDate" required="true" />
|
||||
<binding property="smoking" required="true" />
|
||||
|
||||
Reference in New Issue
Block a user