mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(select): use hidden for dgeni
This commit is contained in:
@ -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">
|
||||||
|
Reference in New Issue
Block a user