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 {Component, Directive, Optional, NgControl, ElementRef, Renderer} from 'angular2/angular2';
import {Ion} from '../ion';
import {IonicForm} from '../form/form';
import {IonicForm} from '../../util/form';
/**
* The checkbox is no different than the HTML checkbox input, except it's styled differently