chore(): rename IonicKeyboard to Keyboard

This commit is contained in:
Adam Bradley
2015-10-16 12:00:42 -05:00
parent edd082bcd8
commit bb3b20727c
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ import * as dom from './dom';
@Injectable()
export class IonicKeyboard {
export class Keyboard {
constructor(config: Config, form: IonicForm, zone: NgZone) {
this.form = form;