diff --git a/demos/component-docs/actionSheet/actionSheet.ts b/demos/component-docs/actionSheet/actionSheet.ts index e2a811e6a1..885be0972e 100644 --- a/demos/component-docs/actionSheet/actionSheet.ts +++ b/demos/component-docs/actionSheet/actionSheet.ts @@ -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 {