docs(demos): fix circular dependency

This commit is contained in:
Drew Rygh
2015-10-21 13:30:09 -05:00
parent 74c82c42fa
commit 92dccd3258
16 changed files with 85 additions and 24 deletions

View File

@ -1,7 +1,10 @@
import {Page} from 'ionic/ionic';
import {forwardRef} from 'angular2/angular2';
import {AndroidAttribute} from '../helpers';
@Page({
templateUrl: 'slides/slides.html',
directives: [forwardRef(() => AndroidAttribute)]
})
export class SlidesPage {
constructor() {