refactor(): IonicForm/IonicKeyboard

Closes #224
This commit is contained in:
Adam Bradley
2015-10-09 11:29:57 -05:00
parent 8eb3e61e58
commit 03cb1a7a5b
15 changed files with 136 additions and 140 deletions

View File

@ -1,7 +1,7 @@
import {Directive, Host, Optional, ElementRef, Renderer, Attribute, Query, QueryList, NgZone} from 'angular2/angular2';
import {IonicConfig} from '../../config/config';
import {IonicForm} from '../form/form';
import {IonicForm} from '../../util/form';
import {Label} from './label';
import {IonicApp} from '../app/app';
import {Content} from '../content/content';