Alpha

Results 52 comments of Alpha

Ah, thanks! That's definitely not right. I'll take a look at it. I'm glad it worked!

Hi @rickarubio! Thanks a lot for the feedback. Your appreciation is correct. I did have some corrections in place to deal with this behavior related to `ngModel`, but it feels...

Hi! That's really strange -- did you get any particular error from Selenium? I remember having a similar issue when refactoring stuff around and the browser wouldn't load the page...

For reference (if you don't mind helping me, @rickarubio), here's the list of my installed npm packages: My packages: ```console $ npm list [email protected] D:\GitHub\ng-pattern-restrict +-- extraneous error: ENOENT: no...

Hey, after setting up my tests, I couldn't reproduce the scenario at all. I detected that in fact multiple `change` events where being triggered by the current implementation. In this...

@rickarubio I am absolutely impressed with your investigation and your explanation -- amazing work! Thank you very much for putting the time into this. Yes, I believe freezing the dependencies...

Hi @coreyc! My initial thought was to raise an event every time that the validation took place, either successfully or unsuccessfully. Use cases would be for the consumer (controller that...

Hi @coreyc -- thanks for all the work and yes, your explanation does make sense. Thanks for being so thoughtful and providing such a thorough analysis. Let me address it...

PS: Don't feel bad at all for sending walls of text, you can see I'm guilty on that one too, lol. Honestly, I'll read it all and pay attention. I...