From 56e736439b97d4a8149e7733107e493c55e3bab0 Mon Sep 17 00:00:00 2001 From: vsavkin Date: Thu, 29 Oct 2015 18:07:42 -0700 Subject: [PATCH] fix(analyzer): fix dart analyzer errors Closes #4992 --- modules/angular2/src/core/forms/model.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/angular2/src/core/forms/model.ts b/modules/angular2/src/core/forms/model.ts index d952ff73ef..5b633785d9 100644 --- a/modules/angular2/src/core/forms/model.ts +++ b/modules/angular2/src/core/forms/model.ts @@ -1,7 +1,6 @@ import {StringWrapper, isPresent, isBlank, normalizeBool} from 'angular2/src/core/facade/lang'; import {Observable, EventEmitter, ObservableWrapper} from 'angular2/src/core/facade/async'; import {StringMapWrapper, ListWrapper} from 'angular2/src/core/facade/collection'; -import {Validators} from './validators'; /** * Indicates that a Control is valid, i.e. that no errors exist in the input value.