From 83faca0f9459159152fe921d41ece64906c5282a Mon Sep 17 00:00:00 2001 From: Benjamin Dopplinger Date: Sat, 5 Nov 2016 03:46:36 +1100 Subject: [PATCH] docs(dart): remove unnecessary directives import (#2282) --- public/docs/_examples/forms/dart/pubspec.yaml | 1 - public/docs/_examples/template-syntax/dart/pubspec.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/public/docs/_examples/forms/dart/pubspec.yaml b/public/docs/_examples/forms/dart/pubspec.yaml index 62c3e32f16..5a456f3c18 100644 --- a/public/docs/_examples/forms/dart/pubspec.yaml +++ b/public/docs/_examples/forms/dart/pubspec.yaml @@ -12,7 +12,6 @@ transformers: - angular2: platform_directives: - 'package:angular2/common.dart#COMMON_DIRECTIVES' - - 'package:angular2/common.dart#FORM_DIRECTIVES' platform_pipes: - 'package:angular2/common.dart#COMMON_PIPES' entry_points: web/main.dart diff --git a/public/docs/_examples/template-syntax/dart/pubspec.yaml b/public/docs/_examples/template-syntax/dart/pubspec.yaml index 7de95f550e..17ccc01d50 100644 --- a/public/docs/_examples/template-syntax/dart/pubspec.yaml +++ b/public/docs/_examples/template-syntax/dart/pubspec.yaml @@ -12,7 +12,6 @@ transformers: - angular2: platform_directives: - 'package:angular2/common.dart#COMMON_DIRECTIVES' - - 'package:angular2/common.dart#FORM_DIRECTIVES' platform_pipes: - 'package:angular2/common.dart#COMMON_PIPES' entry_points: web/main.dart