fix merge conflicts

This commit is contained in:
Adam Bradley
2015-09-08 23:06:59 -05:00
31 changed files with 788 additions and 133 deletions

View File

@ -13,12 +13,12 @@ import {IonicComponent, IonicView} from '../../config/annotations';
/**
* @name ionCheckbox
* @classdesc
* @description
* The checkbox is no different than the HTML checkbox input, except it's styled differently
*
* See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for more info on forms and input.
*
* @example
* @usage
* ```html
* <ion-checkbox checked="true" value="isChecked" ng-control="htmlCtrl">
* HTML5