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

feat(datepicker): add monthColumns attribute #5650

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

feat(datepicker): add monthColumns attribute #5650

wants to merge 14 commits into from

Conversation

steveneiden
Copy link

Add ability to specify the number of columns on the month view of the datepicker

Eiden, Steven added 3 commits March 18, 2016 09:48
Add ability to specify the number of columns on the month view of the datepicker
@@ -19,7 +19,8 @@ angular.module('ui.bootstrap.datepicker', ['ui.bootstrap.dateparser', 'ui.bootst
shortcutPropagation: false,
showWeeks: true,
yearColumns: 5,
yearRows: 4
yearRows: 4,
monthColumns: 4
Copy link
Contributor

Choose a reason for hiding this comment

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

Default number it seems to replace is 3 - this is probably what is breaking the unit tests.

@wesleycho
Copy link
Contributor

Linking related issue #5515

@wesleycho
Copy link
Contributor

Can you squash your commits? Doing git rebase -i HEAD~[number of commits minus brackets] && git push -f should do the trick.

Also tests can be run locally via grunt or karma start. If using karma start, one can isolate what tests to run with fdescribe or fit.

@Mrman
Copy link
Contributor

Mrman commented Jun 27, 2016

@wesleycho this PR can be closed too as part of #5515

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.

3 participants