Shailen Tuli
Shailen Tuli

Reputation: 14171

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?

Upvotes: 5

Views: 830

Answers (2)

Günter Zöchbauer
Günter Zöchbauer

Reputation: 657406

Didn't find anything about this yet too.

EDIT

This is available and seems to work fine.

Upvotes: 0

Misko Hevery
Misko Hevery

Reputation: 47946

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

Upvotes: 4

Related Questions