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

date picker months list is blank ...! #109

Open
bhargavmullakuru opened this issue May 25, 2017 · 9 comments
Open

date picker months list is blank ...! #109

bhargavmullakuru opened this issue May 25, 2017 · 9 comments

Comments

@bhargavmullakuru
Copy link

bhargavmullakuru commented May 25, 2017

the months list in date picker is blank ..pls help with this issue

timepicker

@hexadecy
Copy link

hexadecy commented Jun 3, 2017

@bhargavmullakuru first, double check the demo.
Then, what dependencies/version are you using?
Browser?
OS ?
Code example please...

@bhargavmullakuru
Copy link
Author

bhargavmullakuru commented Jun 5, 2017

@hexadecy thank you for your reply..... i have added the dependencies to my code and added the tag in my html
'ngMaterialDatePicker' this is the dependency i am using in app.js...

1.
2. AngularJS v1.3.13
3. Angular animate v1.3.13
4. angular-aria v 1.4.8
5. angular-material v1.1.0-rc1
6.i am using moment.js
7.i am not using highlight.js and beautifier.js

@hexadecy
Copy link

hexadecy commented Jun 6, 2017

@bhargavmullakuru since this commit fc51fca, AngularJS 1.5.x is the minimum.
I wanted to implement the new $onInit lifecycle for AngularJS 1.6, there is also another workaround #80. Can you update your dependencies ?

hexadecy added a commit to beenote/angular-material-datetimepicker that referenced this issue Jun 8, 2017
@hexadecy
Copy link

hexadecy commented Jun 8, 2017

@bhargavmullakuru fixed in my fork for you.

if (angular.version.major === 1 && angular.version.minor < 5) {
  this.$onInit();
}

@bhargavmullakuru
Copy link
Author

@hexadecy 👍 💯 :) thank you ... it is now working fine

@GurumurthyPana
Copy link

I am getting above mentioned error, still

@hexadecy
Copy link

You have to use the more recent fork: https://github.com/beenote/angular-material-datetimepicker

@GurumurthyPana
Copy link

I am using ionic1 and supported angular version 1.4
recent one ng-material-datetimepicker only installed into my project, but not supported, Below mentioned installed details

-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
+-- [email protected]
`-- [email protected]

@GurumurthyPana
Copy link

sorry, I updated file not reached into my asset folder, that's why I am getting the same status, now I resolved, Thank you for your reply.

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