Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

feat(datepicker): add monthColumns to DatepickerConfig #5935

Closed
wants to merge 1 commit into from

Conversation

Mrman
Copy link
Contributor

@Mrman Mrman commented May 28, 2016

this.step = { years: 1 };
this.element = $element;

this.init = function(ctrl) {
angular.extend(ctrl, this);
columns = ctrl.monthColumns;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this need to be stored - couldn't one just use ctrl.monthColumns when needed?

@Mrman
Copy link
Contributor Author

Mrman commented May 30, 2016

@wesleycho thanks for review comments. Have updated the PR with the changes. Let me know if theres anything else.

@icfantv
Copy link
Contributor

icfantv commented Jun 13, 2016

@wesleycho, what needed work on this? is it good to merge or do we need more info?

@Mrman
Copy link
Contributor Author

Mrman commented Jun 18, 2016

Would love to get this into the next release. Do let me know if anything is outstanding. Addressed all the comments raised in the initial review.

@wesleycho wesleycho added this to the 2.0.0 milestone Jun 27, 2016
@wesleycho
Copy link
Contributor

Sorry for the long wait - this LGTM

@wesleycho wesleycho closed this in 39d9b98 Jun 27, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants