docs(searchbar, toggle, toolbar)

This commit is contained in:
mhartington
2015-12-17 16:29:44 -05:00
parent d19edb1944
commit 1950507d4c
3 changed files with 7 additions and 3 deletions

View File

@@ -160,6 +160,10 @@ export class Searchbar extends Ion {
}
}
/**
* @private
* Updates the value of query
*/
@Directive({
selector: '.searchbar-input',
host: {

View File

@@ -46,12 +46,12 @@ class MediaToggle {
* @property {string} [id] - a unique ID for a toggle
* @usage
* ```html
* // Create a single toggle
* <!-- Create a single toggle -->
* <ion-toggle checked="true">
* Pineapple
* </ion-toggle>
*
* // Create a list of togglees:
* <!-- Create a list of togglees -->
* <ion-list>
*
* <ion-toggle checked="true">

View File

@@ -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