Skip to content

Commit

Permalink
docs(modal): typo in comment: loose > lose
Browse files Browse the repository at this point in the history
  • Loading branch information
smithl authored and pkozlowski-opensource committed Oct 14, 2014
1 parent b94bdbb commit 5cb8d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ angular.module('ui.bootstrap.modal', ['ui.bootstrap.transition'])

/**
* Auto-focusing of a freshly-opened modal element causes any child elements
* with the autofocus attribute to loose focus. This is an issue on touch
* with the autofocus attribute to lose focus. This is an issue on touch
* based devices which will show and then hide the onscreen keyboard.
* Attempts to refocus the autofocus element via JavaScript will not reopen
* the onscreen keyboard. Fixed by updated the focusing logic to only autofocus
Expand Down

0 comments on commit 5cb8d38

Please sign in to comment.