Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular Dart and form validation

Angular JS has the $pristine, $dirty, $valid, and $invalid booleans for checking the state of a form. Are there equivalents for these in Angular Dart?

like image 788
Shailen Tuli Avatar asked Oct 02 '22 22:10

Shailen Tuli


1 Answers

Same properties will be in AngularDart, but since we are still not v1.0, we still have some missing features. This is in the works: https://github.com/angular/angular.dart/pull/372

like image 194
Misko Hevery Avatar answered Oct 07 '22 19:10

Misko Hevery