From 535856155bce77550f5f46bf680131b0654ce088 Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Fri, 4 Mar 2016 10:00:18 -0600 Subject: [PATCH] docs(api): update api index.md --- scripts/docs/templates/api_index.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs/templates/api_index.template.html b/scripts/docs/templates/api_index.template.html index eb6a8a7e30..98b3dc79be 100644 --- a/scripts/docs/templates/api_index.template.html +++ b/scripts/docs/templates/api_index.template.html @@ -20,6 +20,6 @@ Ionic 2 takes everything you know and loved about Ionic 1, and builds on top of In the API docs, you'll find two kinds of doc pages: Component and Service APIs. -The Component APIs include classes like `Menu`, `Nav` or `Checkbox` and show you how to use them, in addition to listing their selectors, available properties and events. +The Component APIs include classes like `Checkbox`, `Toggle` or `Item` and show you how to use them, in addition to listing their selectors, available properties and events. -The Service APIs are classes like `NavController`, `NavParams`, `Config` or `Platform`. These are services provided by Ionic 2 that can be injected into your classes. +The Service APIs are classes like `MenuController`, `Config` or `Platform`. These are services provided by Ionic 2 that can be injected into your classes.