Skip to content

Commit

Permalink
rebuild dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
lordfriend committed Nov 22, 2014
1 parent ffe1cd6 commit e16a6a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dist/js/nya-bs-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', functio
}
}
}
console.log(nyaBsSelectCtrl.id + ' render end');
updateButtonContent();
};

Expand Down Expand Up @@ -679,9 +680,11 @@ nyaBsSelect.directive('nyaBsSelect', ['$parse', '$document', '$timeout', functio
}

if(toggleButton) {
console.log('toggleButton');

// press enter to active dropdown
if((keyCode === 13 || keyCode === 38 || keyCode === 40) && !$element.hasClass('open')) {

event.stopPropagation();

$element.addClass('open');
Expand Down

0 comments on commit e16a6a9

Please sign in to comment.