X Tutup
Skip to content

Commit 56e7364

Browse files
committed
fix(analyzer): fix dart analyzer errors
Closes #4992
1 parent 9d58f46 commit 56e7364

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/angular2/src/core/forms/model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import {StringWrapper, isPresent, isBlank, normalizeBool} from 'angular2/src/core/facade/lang';
22
import {Observable, EventEmitter, ObservableWrapper} from 'angular2/src/core/facade/async';
33
import {StringMapWrapper, ListWrapper} from 'angular2/src/core/facade/collection';
4-
import {Validators} from './validators';
54

65
/**
76
* Indicates that a Control is valid, i.e. that no errors exist in the input value.

0 commit comments

Comments
 (0)
X Tutup