diff --git a/src/invenio-search-js/templates/facets.html b/src/invenio-search-js/templates/facets.html index 2d52737..8c54ef0 100644 --- a/src/invenio-search-js/templates/facets.html +++ b/src/invenio-search-js/templates/facets.html @@ -6,38 +6,44 @@ under the terms of the MIT License; see LICENSE file for more details. -->
-
+

{{ aggr.key }}

-
    +
    • {{ item.key }} ({{ item.doc_count }}) {{ (tree[item.key]) ? '-' : '+' }} -
      +
      -
        +
        • {{ subFacets.key }} ({{ subFacets.doc_count }}) + ng-init="tree[item.key] = (subValues.indexOf(subFacets.key) > -1 || tree[item.key])" + type="checkbox" + ng-checked="subValues.indexOf(subFacets.key) > -1" + ng-click="handleClick(subKey, subFacets.key)" /> {{ subFacets.key }} ({{ subFacets.doc_count }})
    + +
      +
    • + {{ selectedValue }} (0) +
    • +