Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(typeahead): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Nov 2, 2015
1 parent 01c2d9a commit 08ad077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typeahead/typeahead.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position'])
};

scope.selectMatch = function(activeIdx) {
scope.select({activeIdx:activeIdx});
scope.select({activeIdx: activeIdx});
};
}
};
Expand Down

0 comments on commit 08ad077

Please sign in to comment.