From 1ff137f0e439b755cefb5e87dba8c12c539010b5 Mon Sep 17 00:00:00 2001 From: Benjamin Dopplinger Date: Thu, 8 Sep 2016 12:52:04 +1000 Subject: [PATCH] docs(dart): remove unnecessary directives import --- 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 43a19366d7..3a501f4a69 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 65bea5b496..d57cd1fdd3 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