From 6b37da78e4901a57b6ebf77720ec4796f2bb5f5f Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 8 Nov 2016 09:27:10 -0800 Subject: [PATCH] docs(forms/dart): remove mention of FORM_DIRECTIVES Fixes #2752 --- public/docs/dart/latest/guide/forms.jade | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/docs/dart/latest/guide/forms.jade b/public/docs/dart/latest/guide/forms.jade index f122411f16..a2d1feb8fa 100644 --- a/public/docs/dart/latest/guide/forms.jade +++ b/public/docs/dart/latest/guide/forms.jade @@ -96,12 +96,6 @@ figure.image-display +makeTabs('forms/dart/pubspec.yaml, forms/dart/web/index.html, forms/dart/web/main.dart', ',initial,', 'pubspec.yaml, web/index.html, web/main.dart') -.l-sub-section - :marked - Note the `platform_directives` entry in `pubspec.yaml`. - It imports core directives and, more importantly for this chapter, - **form directives**. - :marked So that the code can run, let's create a stub for the `` component.