chore(nav): a missing bit of metadata for the forms guide

This commit is contained in:
Naomi Black 2016-06-22 17:53:17 -07:00
parent 987fbad0f3
commit 1149816dce
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,14 @@
"basics": true
},
"forms": {
"title": "Forms",
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",
"nextable": true,
"basics": true,
"hide": true
},
"forms-deprecated": {
"title": "Forms",
"intro": "A form creates a cohesive, effective, and compelling data entry experience. An Angular form coordinates a set of data-bound user controls, tracks changes, validates input, and presents errors.",