You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially, aController.pristine$ is true, when I change the controller it becomes false as expected. But when I mark the controller as pristine (click on "Set pristine") aController.pristine$ stays false. The regular non observable aController.pristine goes however back to true.
In short: aController.pristine$ is broken somewhere. The same applies to dirty$
The text was updated successfully, but these errors were encountered:
Hello, let's consider the following code:
then within the html
Initially,
aController.pristine$
istrue
, when I change the controller it becomesfalse
as expected. But when I mark the controller as pristine (click on "Set pristine")aController.pristine$
staysfalse
. The regular non observableaController.pristine
goes however back to true.In short:
aController.pristine$
is broken somewhere. The same applies todirty$
The text was updated successfully, but these errors were encountered: