Ido Adiv

Results 6 comments of Ido Adiv

Quick fix ``` .filter('amCalendar', ['moment', 'amMoment', 'angularMomentConfig', function (moment, amMoment, angularMomentConfig) { function amCalendarFilter(value, referenceTime, formats) { if (isUndefinedOrNull(value)) { return ''; } var date = amMoment.preprocessDate(value); return date.isValid() ?...

Had the same problem, If you don't mind losing the bind of the slides to the scope - you can use this patch: [a.txt](https://github.com/jonahbron/angular-owl-carousel/files/222935/a.txt)

Any news about the original bug? Any work-around?

I'm having the same problem with HDP 2.5, what should I add to the repoinfo.xml so it will work?

It was closed by mistake

Are you waiting for something in order to merge this?