Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Dart forms with validations #372

Closed
wants to merge 7 commits into from
Closed

Dart forms with validations #372

wants to merge 7 commits into from

Conversation

matsko
Copy link
Contributor

@matsko matsko commented Dec 20, 2013

No description provided.

@@ -32,7 +32,9 @@ class _Directive {
final Type type;
final NgAnnotation annotation;

_Directive(this.type, this.annotation);
_Directive(Type this.type, NgAnnotation this.annotation);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually there is no need to specify types here, Dart would infer types from the declaration above.

@mhevery
Copy link
Contributor

mhevery commented Jan 2, 2014

Minor fixes
Needs lot's of documentation
Could you create a demo app which shows off forms ideally nested and validation with fieldset having ng-repeat so the number of form elements is not fixed.

@ghost ghost assigned mhevery Jan 9, 2014
@matsko matsko closed this Jan 24, 2014
@matsko matsko deleted the dart_forms branch January 24, 2014 17:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

3 participants