File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/components/datepicker Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ part of bs_date_picker;
5
5
@Component (selector: "bs-month-picker" ,
6
6
templateUrl: 'month_picker.html' ,
7
7
directives: const [coreDirectives],
8
- providers: [BsDatePickerComponent ])
8
+ providers: const [BsDatePickerComponent ])
9
9
class BsMonthPickerComponent {
10
10
/// parent [BsDatePickerInnerComponent]
11
11
BsDatePickerComponent datePicker;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ part of bs_date_picker;
5
5
@Component (selector: "bs-year-picker" ,
6
6
templateUrl: 'year_picker.html' ,
7
7
directives: const [coreDirectives],
8
- providers: [BsDatePickerComponent ])
8
+ providers: const [BsDatePickerComponent ])
9
9
class BsYearPickerComponent {
10
10
/// container of the date-picker
11
11
BsDatePickerComponent datePicker;
You can’t perform that action at this time.
0 commit comments