docs(select): use hidden for dgeni

This commit is contained in:
Brandy Carney
2017-04-18 12:41:09 -04:00
parent bfa2362882
commit c7beb8c7ab

View File

@ -2,7 +2,7 @@ import { Component, OnInit } from '@angular/core';
import { NavParams } from '../../navigation/nav-params'; import { NavParams } from '../../navigation/nav-params';
import { ViewController } from '../../navigation/view-controller'; import { ViewController } from '../../navigation/view-controller';
/** @private */ /** @hidden */
export interface SelectPopoverOption { export interface SelectPopoverOption {
text: string; text: string;
value: string; value: string;
@ -10,7 +10,7 @@ export interface SelectPopoverOption {
checked: boolean; checked: boolean;
} }
/** @private */ /** @hidden */
@Component({ @Component({
template: ` template: `
<ion-list radio-group [(ngModel)]="value"> <ion-list radio-group [(ngModel)]="value">