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

Commit

Permalink
Add transect filter help texts
Browse files Browse the repository at this point in the history
  • Loading branch information
mzur committed Aug 30, 2016
1 parent 306d1f1 commit d5b5602
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/assets/scripts/transects.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ angular.module('dias.transects').controller('AnnotationsFilterController', funct

filter.add({
name: 'annotations',
helpText: 'All images that contain one or more annotations.',
helpTextNegate: 'All images that contain no annotations.',
template: 'annotationsFilterRule.html',
resource: AnnotationImage,
typeahead: null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ angular.module('dias.transects').controller('AnnotationsLabelFilterController',

filter.add({
name: 'annotation with label',
helpText: 'All images that contain one or more annotations with the given label.',
helpTextNegate: 'All images that contain no annotations with the given label.',
template: 'annotationWithLabelFilterRule.html',
resource: AnnotationLabelImage,
typeahead: 'annotationLabelFilterTypeahead.html',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ angular.module('dias.transects').controller('AnnotationsUserFilterController', f

filter.add({
name: 'annotation label by user',
helpText: 'All images that contain one or more annotations with a label attached by the given user.',
helpTextNegate: 'All images that contain no annotations with a label attached by the given user.',
template: 'annotationLabelByUserFilterRule.html',
resource: AnnotationUserImage,
typeahead: 'annotationUserFilterTypeahead.html',
Expand Down

0 comments on commit d5b5602

Please sign in to comment.