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

Commit

Permalink
fix(NgControl): Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Mar 26, 2014
1 parent 9e97e1b commit b30ebe0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/directive/ng_control.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,8 @@ abstract class NgControl implements NgAttachAware, NgDetachAware {
switch(state) {
case NG_DIRTY:
return NG_PRISTINE;
break;
case NG_TOUCHED:
return NG_UNTOUCHED;
break;
default:
//not all info states have an opposite value
return null;
Expand Down

0 comments on commit b30ebe0

Please sign in to comment.