Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 6781771

Browse files
author
Robert Messerle
committed
fix(autocomplete): fixes typo in autocomplete mouseup method
1 parent e53d9e9 commit 6781771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/autocomplete/js/autocompleteController.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ function MdAutocompleteCtrl ($scope, $element, $mdUtil, $mdConstant, $timeout, $
225225
* When the mouse button is released, send focus back to the input field.
226226
*/
227227
function onMouseup () {
228-
element.input.focus();
228+
elements.input.focus();
229229
}
230230

231231
/**

0 commit comments

Comments
 (0)