docs(forms/dart): remove mention of FORM_DIRECTIVES

Fixes #2752
This commit is contained in:
Patrice Chalin 2016-11-08 09:27:10 -08:00 committed by Kathy Walrath
parent c24dd074a6
commit 6b37da78e4
1 changed files with 0 additions and 6 deletions

View File

@ -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 `<hero-form>` component.