5
votes

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?

2

2 Answers

4
votes

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

0
votes

Didn't find anything about this yet too.

EDIT

This is available and seems to work fine.