You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
Small background: I wanted to use custom day template to display only days from current month, without days from next and previous months.
For those reason I've written some code:
Controller:
$scope.data = {
startDate: new Date("05/12/2004"),
endDate: new Date("05/12/2004")
};
$scope.options = {
showWeeks: false,
startingDay: 1,
maxDate: new Date("05/12/2004")
};
Hi guys
Bug description:
Small background: I wanted to use custom day template to display only days from current month, without days from next and previous months.
For those reason I've written some code:
Controller:
Template:
datepicker-custom.html:
datepicker-custom-day.html:
Code for datepicker-custom-day.html I've found here and just added this line:
All works fine, but: when I select some date, it doesn't change color, something wrong with styles.
I had begun the investigation and after several hours I found the issue:
here
After these changes everything works as it should.
Maybe my changes will break some functionality in other cases, I don't know. Waiting for feedback.
Version of Angular, UIBS, and Bootstrap
Angular: 1.6.4
UIBS: 2.5.0
Bootstrap: 3.3.7
The text was updated successfully, but these errors were encountered: