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 Aug 16, 2015
1 parent 42dab29 commit aaec2f4
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 @@ -162,7 +162,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position', 'ui.bootstrap
scope.matches.length = 0;

//transform labels
for(var i=0; i<matches.length; i++) {
for (var i=0; i<matches.length; i++) {
locals[parserResult.itemName] = matches[i];
scope.matches.push({
id: getMatchId(i),
Expand Down

0 comments on commit aaec2f4

Please sign in to comment.