From ac94bb236ecb9646d406def39b56a2a099e76d28 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 31 Mar 2014 22:11:11 -0500 Subject: [PATCH] fix(checkbox): Entire row of an .item w/ a checkbox is now tappable, closes #995 --- js/ext/angular/src/directive/ionicCheckbox.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/js/ext/angular/src/directive/ionicCheckbox.js b/js/ext/angular/src/directive/ionicCheckbox.js index 687fd6611e..9595c0f243 100644 --- a/js/ext/angular/src/directive/ionicCheckbox.js +++ b/js/ext/angular/src/directive/ionicCheckbox.js @@ -33,12 +33,12 @@ angular.module('ionic.ui.checkbox', []) }, transclude: true, - template: '
' + - '
' + + '
' + + '', compile: function(element, attr) { var input = element.find('input');