Commit b81d3832 by Vishal Kadam

Added search result count

parent 674d8073
......@@ -6,7 +6,7 @@ g circle {
}
g circle.empty {
fill: #fdd916;
fill: #90ef96;
}
.link {
......
<h4>Result for query: "{{query}}"</h4>
<h4>{{results.length}} results matching your search query "{{query}}"</h4>
<ul class="list-unstyled">
<li ng-repeat="result in results">
<div data-ng-if="typeAvailable()" data-ng-include="'/modules/search/views/types/'+result.type.toLowerCase()+'.html'"></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment