Skip to content

Commit

Permalink
docs(demos): update the Option demo to use the Select demo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Aug 4, 2016
1 parent 1bd5b59 commit 3977928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/option/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3977928

Please sign in to comment.