Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank Days and Months #94

Open
Dylan-Israel opened this issue Feb 24, 2017 · 4 comments
Open

Blank Days and Months #94

Dylan-Israel opened this issue Feb 24, 2017 · 4 comments

Comments

@Dylan-Israel
Copy link

Dylan-Israel commented Feb 24, 2017

<!-- mdVirtualRepeat: idx in ::cal.months -->
When using this library the dates are not showing up in the date time picker.
The mdVirtualRepeat for some reason is getting commented out.

@hexadecy
Copy link

Which version are you using?
'<div md-virtual-repeat="idx in ::cal.months" md-auto-shrink md-item-size="' + ITEM_HEIGHT + '">' +

@ghost
Copy link

ghost commented Mar 6, 2017

Which version are you using?
I have the same problem since a few days, we have used the datepicker several months but suddenly it broke, I tried to change the versions, but it continues without working

angular-material: "1.1.1",
angular-material-datetimepicker: "1.4.0"

angular-material: "1.1.3",
angular-material-datetimepicker: "1.5.1"

@hexadecy
Copy link

hexadecy commented Mar 6, 2017

@vivekrc
Copy link

vivekrc commented Mar 27, 2017

Use the following CDN's to solve the issues

<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular-animate.min.js"></script>
    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular-aria.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/angular-material/1.1.3/angular-material.min.js"></script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/angular-material/1.1.3/angular-material.min.css" rel="stylesheet" type="text/css"/>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment-with-locales.min.js"></script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants