From 1950507d4c7ac1513cbf5fbfde0a8c2f2473ef1e Mon Sep 17 00:00:00 2001 From: mhartington Date: Thu, 17 Dec 2015 16:29:44 -0500 Subject: [PATCH] docs(searchbar, toggle, toolbar) --- ionic/components/searchbar/searchbar.ts | 4 ++++ ionic/components/toggle/toggle.ts | 4 ++-- ionic/components/toolbar/toolbar.ts | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ionic/components/searchbar/searchbar.ts b/ionic/components/searchbar/searchbar.ts index 40543f3084..4214c1db20 100644 --- a/ionic/components/searchbar/searchbar.ts +++ b/ionic/components/searchbar/searchbar.ts @@ -160,6 +160,10 @@ export class Searchbar extends Ion { } } +/** +* @private +* Updates the value of query +*/ @Directive({ selector: '.searchbar-input', host: { diff --git a/ionic/components/toggle/toggle.ts b/ionic/components/toggle/toggle.ts index 79c42f884a..a67437a05d 100644 --- a/ionic/components/toggle/toggle.ts +++ b/ionic/components/toggle/toggle.ts @@ -46,12 +46,12 @@ class MediaToggle { * @property {string} [id] - a unique ID for a toggle * @usage * ```html - * // Create a single toggle + * * * Pineapple * * - * // Create a list of togglees: + * * * * diff --git a/ionic/components/toolbar/toolbar.ts b/ionic/components/toolbar/toolbar.ts index 4a2a375330..bf6a730063 100644 --- a/ionic/components/toolbar/toolbar.ts +++ b/ionic/components/toolbar/toolbar.ts @@ -105,7 +105,7 @@ export class Toolbar extends ToolbarBase { } /** - * @name ToolbarTitle + * @name Title * @description * `ion-title` is a component that sets the title of the `Toolbar` or `Navbar` * @usage