Skip to content

Commit

Permalink
fix #6
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfriend committed Jun 25, 2014
1 parent 16dbba0 commit 7864970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ng-options-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7864970

Please sign in to comment.