Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 28b5316

Browse files
committed
docs(forms): add more to the top of doc warning about bootstrap
1 parent 8548d3c commit 28b5316

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/docs/ts/latest/guide/forms.jade

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ include ../_util-fns
22

33
.alert.is-important
44
:marked
5-
This guide is using the new forms API.
5+
This guide is using the new forms API. To use this API, you must opt in by adding special
6+
providers to your bootstrap file (see the Bootstrap seection below).
67

7-
The old forms API is deprecated, but we still maintain a separate version of the guide using the deprecated forms API <a href='/docs/ts/latest/guide/forms-deprecated.html'>here</a>.
8+
The old forms API is deprecated, but we still maintain a separate version of the guide using
9+
the deprecated forms API <a href='/docs/ts/latest/guide/forms-deprecated.html'>here</a>.
810

911
:marked
1012
We’ve all used a form to login, submit a help request, place an order, book a flight,

0 commit comments

Comments
 (0)