Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9278ae6

Browse files
morrissingerpetebacondarwin
authored andcommitted
docs(guide/forms): improve wording
Closes #1937
1 parent a509e9a commit 9278ae6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/content/guide/forms.ngdoc

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
Controls (`input`, `select`, `textarea`) are ways for a user to enter data.
77
A Form is a collection of controls for the purpose of grouping related controls together.
88

9-
Form and controls provide validation services, so that the user can be notified of invalid input.
10-
This provides a better user experience, because the user gets instant feedback on how to
11-
correct the error. Keep in mind that while client-side validation plays an important role
12-
in providing good user experience, it can easily be circumvented and thus can not be trusted.
13-
Server-side validation is still necessary for a secure application.
9+
Form and controls provide validation services, so that the user can be notified of invalid input
10+
before submitting a form. This provides a better user experience than server-side validation alone
11+
because the user gets instant feedback on how to correct the error. Keep in mind that while
12+
client-side validation plays an important role in providing good user experience, it can easily
13+
be circumvented and thus can not be trusted. Server-side validation is still necessary for a
14+
secure application.
1415

1516

1617
# Simple form

0 commit comments

Comments
 (0)