Skip to content

Commit

Permalink
feat: code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
likuanppd committed Dec 23, 2024
1 parent fa5c623 commit 1657854
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/app/units/states/rollover/directives/directives.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
angular.module('doubtfire.units.states.rollover.directives', [
'doubtfire.units.states.rollover.directives.unit-dates-selector'
])
])
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ <h3 class="panel-title">Create Unit</h3>
required="!unit.teachingPeriod"
name="unitStartDate"
[(ngModel)]="saveData.toPeriod.startDate"
[disabled]="saveData.toPeriod"
/>
<mat-datepicker-toggle matIconSuffix [for]="startDate"></mat-datepicker-toggle>
<mat-datepicker #startDate></mat-datepicker>
Expand All @@ -62,7 +61,6 @@ <h3 class="panel-title">Create Unit</h3>
required="!unit.teachingPeriod"
name="endDate"
[(ngModel)]="saveData.toPeriod.endDate"
[disabled]="saveData.toPeriod"
/>
<mat-datepicker-toggle matIconSuffix [for]="endDate"></mat-datepicker-toggle>
<mat-datepicker #endDate></mat-datepicker>
Expand Down
2 changes: 1 addition & 1 deletion src/app/units/states/rollover/rollover.tpl.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="container">
<unit-dates-selector unit="unit"></unit-dates-selector>
<f-unit-dates-selector [unit]="unit"></f-unit-dates-selector>
</div>

0 comments on commit 1657854

Please sign in to comment.