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

Commit 08ad077

Browse files
committed
chore(typeahead): clean up code style
1 parent 01c2d9a commit 08ad077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/typeahead/typeahead.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ angular.module('ui.bootstrap.typeahead', ['ui.bootstrap.position'])
556556
};
557557

558558
scope.selectMatch = function(activeIdx) {
559-
scope.select({activeIdx:activeIdx});
559+
scope.select({activeIdx: activeIdx});
560560
};
561561
}
562562
};

0 commit comments

Comments
 (0)