Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(md-month): fix overwriting offset for initial months.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Aug 18, 2015
1 parent 314a05d commit 3598e6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/datepicker/calendarMonth.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
this.calendarCtrl = null;

/**
* Number of months from the start of the month "items"
* that the currently rendered month occurs.
* Number of months from the start of the month "items" that the currently rendered month
* occurs. Set via angular data binding.
* @type {number}
*/
this.offset = 0;
this.offset;

/**
* Date cell to focus after appending the month to the document.
Expand Down

0 comments on commit 3598e6d

Please sign in to comment.