chore(): rename IonicForm to Form

This commit is contained in:
Adam Bradley
2015-10-16 12:03:11 -05:00
parent bb3b20727c
commit 7a2ab2b6c4
6 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ import {Config} from '../config/config';
* ```
*/
@Injectable()
export class IonicForm {
export class Form {
constructor(config: Config, zone: NgZone) {
this._config = config;