angular-material-datetimepicker icon indicating copy to clipboard operation
angular-material-datetimepicker copied to clipboard

date picker months list is blank ...!

Open bhargavmullakuru opened this issue 7 years ago • 9 comments

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

timepicker

bhargavmullakuru avatar May 25 '17 07:05 bhargavmullakuru

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

hexadecy avatar Jun 03 '17 04:06 hexadecy

@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

bhargavmullakuru avatar Jun 05 '17 03:06 bhargavmullakuru

@bhargavmullakuru since this commit https://github.com/logbon72/angular-material-datetimepicker/commit/fc51fcaa7c5abefa70ef09a0c3d4a9ca25efbb75, AngularJS 1.5.x is the minimum. I wanted to implement the new $onInit lifecycle for AngularJS 1.6, there is also another workaround https://github.com/logbon72/angular-material-datetimepicker/issues/80. Can you update your dependencies ?

hexadecy avatar Jun 06 '17 05:06 hexadecy

@bhargavmullakuru fixed in my fork for you.

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

hexadecy avatar Jun 08 '17 03:06 hexadecy

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

bhargavmullakuru avatar Jun 08 '17 07:06 bhargavmullakuru

I am getting above mentioned error, still

GurumurthyPana avatar Apr 26 '18 02:04 GurumurthyPana

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

hexadecy avatar Apr 26 '18 02:04 hexadecy

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 avatar Apr 26 '18 06:04 GurumurthyPana

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.

GurumurthyPana avatar Apr 26 '18 07:04 GurumurthyPana