Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(annotations): show classification facet
Browse files Browse the repository at this point in the history
Closes #488
Christine Yu authored and Shane Wilson committed Mar 6, 2015
1 parent d486340 commit 98c03a4
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/scripts/annotations/annotations.controllers.ts
Original file line number Diff line number Diff line change
@@ -37,6 +37,7 @@ module ngApp.annotations.controllers {
this.AnnotationsService.getAnnotations({
fields: this.AnnotationsTableModel.fields,
facets: [
"classification",
"category",
"created_datetime",
"creator",
2 changes: 1 addition & 1 deletion app/scripts/annotations/templates/annotations.html
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ <h3 class="panel-title pull-left">Facets</h3>
data-facet="asc.annotations.aggregations.category"></terms>
<terms data-name="annotations.classification"
data-title="Annotation Classification"
data-facet="asc.annotations.aggregations.classifcation"></terms>
data-facet="asc.annotations.aggregations.classification"></terms>
<terms data-name="annotations.status"
data-title="Status"
data-facet="asc.annotations.aggregations.status"></terms>

0 comments on commit 98c03a4

Please sign in to comment.