From 7864970cece3cb364eada9d210a031a627f1a119 Mon Sep 17 00:00:00 2001 From: lordfriend Date: Wed, 25 Jun 2014 21:48:40 +0800 Subject: [PATCH] fix #6 --- test/spec/ng-options-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/ng-options-test.js b/test/spec/ng-options-test.js index f385f2b..8e2967f 100644 --- a/test/spec/ng-options-test.js +++ b/test/spec/ng-options-test.js @@ -63,7 +63,7 @@ describe('nya-bootstrap-select with ngOptions support', function() { selectElement.children('optgroup').each(function(groupIndex, group){ var optionCount = $(group).children('option').length; - console.log(groupIndex, optionCount); +// console.log(groupIndex, optionCount); var groupLabel = lis.eq(firstOptOfGroup).find('dt').children('span.text').text(); console.log(groupLabel); // validate group label