antch
antch
Right, so in my case I am taking min/max dates as one-way bindings in a component. In that case, I have to use the `$onChanges` lifecycle event and then update...
Unfortunately there seems to be some issues with the timezone handling since 2.0.0 but your first post sounds like the same root cause as this issue that I just filed:...
I'm not sure if it's related to any or all of the issues presented here but there's still definitely an issue with the latest version (v2.5) and `ngModelOptions.timezone`. I set...
Same issue here with [Inputmask](https://github.com/RobinHerbots/Inputmask). I have `allowSyntheticDefaultImports` enabled in both library and application config, and using default imports I still run into this error. In fact, using the reproduction...
Just FYI, for me when I applied the fix from #2544 manually it fixed this issue for me as well.
> Another one is using pug instead of html as the template language for our project. Basically pug transpiles into html so that angular can use it. > > We...
Thank you for addressing this -- is there any hope of the fix being back-ported into 13.x as that's where it started occurring?
Is there a work-around for this issue? I'm currently on ui-router v0.2.13 and extras v0.0.11 and am willing to attempt an upgrade if this is fixed in a later version,...