mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(demos): add forwardRef to actionSheet
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {Platform, Page, ActionSheet} from 'ionic/ionic';
|
||||
import {forwardRef} from 'angular2/angular2';
|
||||
import {AndroidAttribute} from '../helpers';
|
||||
|
||||
@Page({
|
||||
templateUrl: 'actionSheet/actionSheet.html',
|
||||
directives: [AndroidAttribute]
|
||||
directives: [forwardRef(() => AndroidAttribute)]
|
||||
|
||||
})
|
||||
export class ActionSheetPage {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user