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

@ -6,7 +6,7 @@ import {Label} from './label';
import {IonicApp} from '../app/app';
import {Content} from '../content/content';
import * as dom from '../../util/dom';
import {IonicPlatform} from '../../platform/platform';
import {Platform} from '../../platform/platform';
/**
@ -33,7 +33,7 @@ export class TextInput {
renderer: Renderer,
app: IonicApp,
zone: NgZone,
platform: IonicPlatform,
platform: Platform,
@Optional() @Host() scrollView: Content
) {
renderer.setElementClass(elementRef, 'item', true);