Updating tests, fixing some old toggle and tab stuff

This commit is contained in:
Max Lynch
2013-10-29 12:04:44 -05:00
parent 4efd10765c
commit 599dd732d4
9 changed files with 4570 additions and 699 deletions

View File

@ -16,7 +16,7 @@ angular.module('ionic.ui.toggle', [])
if(!ngModel) { return; }
checkbox = $element.children().eq(0);
handle = track.children().eq(0);
handle = $element.children().eq(1);
if(!checkbox.length || !handle.length) { return; }