docs(code pens): Added codepens to checkbox, radio, toggle

This commit is contained in:
Adam Bradley
2014-03-28 10:45:55 -05:00
parent e9933e9920
commit 203a014a40
3 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ angular.module('ionic.ui.checkbox', [])
* @name ionCheckbox
* @module ionic
* @restrict E
* @codepen hqcju
* @description
* No different than the HTML checkbox input, except it's styled differently.
*

View File

@@ -8,6 +8,7 @@ angular.module('ionic.ui.radio', [])
* @name ionRadio
* @module ionic
* @restrict E
* @codepen saoBG
* @description
* No different than the HTML radio input, except it's styled differently.
*

View File

@@ -7,6 +7,7 @@ angular.module('ionic.ui.toggle', [])
* @ngdoc directive
* @name ionToggle
* @module ionic
* @codepen tfAzj
* @restrict E
*
* @description
@@ -55,7 +56,7 @@ angular.module('ionic.ui.toggle', [])
checkbox = el.children[0];
track = el.children[1];
handle = track.children[0];
var ngModelController = angular.element(checkbox).controller('ngModel');
$scope.toggle = new ionic.views.Toggle({