Skip to content

Commit

Permalink
Merge pull request #27 from sbonnick/aspectAndFixedCount
Browse files Browse the repository at this point in the history
aspect and fixed count
  • Loading branch information
HaithemMosbahi authored Sep 7, 2017
2 parents 569673c + d06e196 commit 95a0a81
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scheduler-component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
value: false
},
hiddenDays: Array,
fixedWeekCount: Boolean,
disableFixedWeekCount: {
type: Boolean,
value: false
},
weekNumbers: {
type: Boolean,
value: false
Expand All @@ -88,6 +91,10 @@
type: Boolean,
value: false
},
aspectRatio: {
type: Number,
value: 1.35
},
eventStartEditable: Boolean,
eventDurationEditable: Boolean,
defaultView: {
Expand Down Expand Up @@ -185,7 +192,7 @@
isRTL: this.rtl,
weekends: this.weekends,
hiddenDays: this.hiddenDays,
fixedWeekCount: this.fixedWeekCount,
fixedWeekCount: !this.disableFixedWeekCount,
weekNumbers: this.weekNumbers,
businessHours: this.businessHours,
height: this.height,
Expand Down

0 comments on commit 95a0a81

Please sign in to comment.