chore(): rename IonicPlatform to Platform

This commit is contained in:
Adam Bradley
2015-10-16 11:58:46 -05:00
parent 4c53a4b554
commit 1e699ec5ba
19 changed files with 89 additions and 89 deletions

View File

@ -1,4 +1,4 @@
import {IonicPlatform, Page} from 'ionic/ionic';
import {Page} from 'ionic/ionic';
@Page({
templateUrl: 'slides/slides.html',
@ -7,4 +7,4 @@ export class SlidesPage {
constructor() {
}
}
}