AmirkabirDataMiners / ADM-dateTimePicker

Pure AngularJs dateTimePicker
http://amirkabirdataminers.github.io/ADM-dateTimePicker
MIT License
244 stars 92 forks source link

Error when not assigning fulldata with angularjs 1.5 #22

Closed newargus closed 7 years ago

newargus commented 8 years ago

I'm have a new issue after upgrading to Angular 1.5.

Following error:http://errors.angularjs.org/1.5.0/$compile/nonassign?p0=undefined&p1=fullData&p2=admDtp

when call like this: <adm-dtp ng-model='item.Date_Ouverture' options='{format: "DD/MM/YYYY", autoClose: true}'">

Error not appearing when adding full-data <adm-dtp ng-model='item.Date_Ouverture' options='{format: "DD/MM/YYYY", autoClose: true}' full-data="date_details_Ouverture">

Did I miss something ?

MeTe-30 commented 7 years ago

After a year! Sorry! I'm sure your problem is solved now! Maybe in that time i forgot to define fullData as an optional attribute.