From a52d8c3e768893b09945201db92fd6176224604e Mon Sep 17 00:00:00 2001 From: Deborah Kurata Date: Mon, 12 Sep 2016 09:19:37 -0700 Subject: [PATCH] docs(validation): Change to 'Table of Contents' Same change to NgModules closes #2315 --- public/docs/ts/latest/cookbook/form-validation.jade | 2 +- public/docs/ts/latest/guide/ngmodule.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/cookbook/form-validation.jade b/public/docs/ts/latest/cookbook/form-validation.jade index d9ae352ce5..70bbd1a26c 100644 --- a/public/docs/ts/latest/cookbook/form-validation.jade +++ b/public/docs/ts/latest/cookbook/form-validation.jade @@ -12,7 +12,7 @@ a#top a#toc :marked - ## Contents + ## Table of Contents [Simple Template-Driven Forms](#template1) diff --git a/public/docs/ts/latest/guide/ngmodule.jade b/public/docs/ts/latest/guide/ngmodule.jade index fa19280fe7..2143545b9b 100644 --- a/public/docs/ts/latest/guide/ngmodule.jade +++ b/public/docs/ts/latest/guide/ngmodule.jade @@ -17,7 +17,7 @@ block includes This page explains how to **create** `NgModule` classes and how to load them, either immediately when the application launches or later, as needed, via the [Router](router.html). - ## Contents + ## Table of Contents * [Angular modularity](#angular-modularity "Add structure to the app with NgModule") * [The application root module](#root-module "The startup module that every app requires") * [Bootstrap](#bootstrap "Launch the app in a browser with the root module as the entry point") the root module