diff --git a/src/typeahead/typeahead.js b/src/typeahead/typeahead.js index b9978feffd..dcc9443ebc 100644 --- a/src/typeahead/typeahead.js +++ b/src/typeahead/typeahead.js @@ -556,7 +556,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position']) }; scope.selectMatch = function(activeIdx) { - scope.select({activeIdx:activeIdx}); + scope.select({activeIdx: activeIdx}); }; } };