kineticsocial / angularjs-datetime-picker

AngularJS DateTime Picker Without JQuery and Bootstrap
MIT License
66 stars 79 forks source link

Getting: Uncaught Error #9

Open doshimehul opened 8 years ago

doshimehul commented 8 years ago

I get following error when clicked on the text box

Uncaught Error: [ng:areq] http://errors.angularjs.org/1.4.8/ng/areq?p0=scope&p1=required

Can you please help?

Edited:

I tried to debug it and found out that this happens when debugInfoEnabled is set to false.

$compileProvider.debugInfoEnabled(false);

Is there a workaround for this?

Also i think it will be better to add a z-index for the element. thanks

duahaudo commented 6 years ago

I have same issue, do we have any way to workaround ?