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 { ViewController } from '../../navigation/view-controller';
/** @private */
/** @hidden */
export interface SelectPopoverOption {
text: string;
value: string;
@ -10,7 +10,7 @@ export interface SelectPopoverOption {
checked: boolean;
}
/** @private */
/** @hidden */
@Component({
template: `
<ion-list radio-group [(ngModel)]="value">