docs(demos): update the Option demo to use the Select demo

This commit is contained in:
Brandy Carney
2016-08-04 12:46:20 -04:00
parent 1bd5b59ee0
commit 3977928048

View File

@@ -7,7 +7,7 @@ import { isPresent, isTrueProperty } from '../../util/util';
* @description
* `ion-option` is a child component of `ion-select`. Similar to the native option element, `ion-option` can take a value and a selected property.
*
* @demo /docs/v2/demos/item-sliding/
* @demo /docs/v2/demos/select/
*/
@Directive({
selector: 'ion-option'