Closed ncrocfer closed 7 years ago
+1 The issue appears in angular v1.6.x. Angular v1.5.x works ok.
I changed the way an inner form is isolated to fix the initialization issue.
Hello, i'm also using this componnent and i'm confronted to the same issue. I've seen your update (isolateForm) and it's fixing the problem.
My question is : When will you realease an updated version with this bug fix ?
Thanks for your time
Updated plugin version
I have the latest updated code but the issue still persists for angular version 1.6 or above .
Does any one else get the same issue with the latest plugin version?
Do you have plunkr where we can reproduce it?
Please find the Plunker here: http://plnkr.co/edit/2jyyaQuiRmlfS18qZjz1?p=preview When you try to edit the date in the input, it throws the error.
You can try the latest commit now. Plunker: http://plnkr.co/edit/qRhNlfTWlt9wIexa3WbB?p=preview
Thank you for fixing it. It works well now!!
Hello,
I have a
ng:cpws
error using your this plugin and the yeoman genenator :I simply generate a new angular project :
app/views/main.html
app/scripts/app.js
app/scripts/controllers/main.js
It does not work, with or without any custom options...
Do you have an idea please ?