File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 146
146
</ div >
147
147
< div class ="search-results-container " ng-show ="hasResults ">
148
148
< div class ="container ">
149
- < a href ="" ng-click ="hideResults() " class ="search-close ">
150
- < span class ="glyphicon glyphicon-remove search-close-icon "> </ span > Close
151
- </ a >
152
149
< div class ="search-results-frame ">
153
150
< div ng-repeat ="(key, value) in results " class ="search-results-group " ng-class ="colClassName + ' col-group-' + key ">
154
151
< h4 class ="search-results-group-heading "> {{ key }}</ h4 >
@@ -159,6 +156,9 @@ <h4 class="search-results-group-heading">{{ key }}</h4>
159
156
</ div >
160
157
</ div >
161
158
</ div >
159
+ < a href ="" ng-click ="hideResults() " class ="search-close ">
160
+ < span class ="glyphicon glyphicon-remove search-close-icon "> </ span > Close
161
+ </ a >
162
162
</ div >
163
163
</ div >
164
164
</ section >
You can’t perform that action at this time.
0 commit comments