docs(demos): add forwardRef to actionSheet

This commit is contained in:
Drew Rygh
2015-10-23 16:08:16 -05:00
parent 008134850f
commit 1129dc70d7

View File

@@ -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 {