Skip to content

Commit

Permalink
Fixed bug aria-describedby is overwritted by default value (likeastor…
Browse files Browse the repository at this point in the history
  • Loading branch information
junli1026 authored and faceleg committed Jan 13, 2017
1 parent e1d5abc commit acd67cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/ngDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@
applyAriaAttribute: function($dialog, attr, id, selector) {
if (id) {
$dialog.attr(attr, id);
return;
}

if (selector) {
Expand Down

0 comments on commit acd67cc

Please sign in to comment.