We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d58f46 commit 56e7364Copy full SHA for 56e7364
modules/angular2/src/core/forms/model.ts
@@ -1,7 +1,6 @@
1
import {StringWrapper, isPresent, isBlank, normalizeBool} from 'angular2/src/core/facade/lang';
2
import {Observable, EventEmitter, ObservableWrapper} from 'angular2/src/core/facade/async';
3
import {StringMapWrapper, ListWrapper} from 'angular2/src/core/facade/collection';
4
-import {Validators} from './validators';
5
6
/**
7
* Indicates that a Control is valid, i.e. that no errors exist in the input value.
0 commit comments