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

Commit

Permalink
fixed unclosed tag in bulbs-autocomplete-suggest
Browse files Browse the repository at this point in the history
  • Loading branch information
Cresten St. Clair committed Feb 13, 2015
1 parent 3b3b4da commit 7fbcae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ul>
<li ng-repeat="group in formattedGroupedItems">
<div class="bulbs-autocomplete-group-key">{{ group[0] }}<div>
<div class="bulbs-autocomplete-group-key">{{ group[0] }}</div>
<ul class="bulbs-autocomplete-group-items">
<li
ng-repeat="item in group[1]"
Expand Down

0 comments on commit 7fbcae9

Please sign in to comment.