mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
test(): update to public navCtrl convention
This commit is contained in:
@ -112,7 +112,7 @@ export class ActionSheet extends ViewController {
|
||||
*
|
||||
* export class MyClass{
|
||||
*
|
||||
* constructor(private actionSheetCtrl: ActionSheetController) {}
|
||||
* constructor(public actionSheetCtrl: ActionSheetController) {}
|
||||
*
|
||||
* presentActionSheet() {
|
||||
* let actionSheet = this.actionSheetCtrl.create({
|
||||
|
Reference in New Issue
Block a user