This commit is contained in:
Frédéric Vachon 2015-04-02 12:07:07 -04:00
parent 7b9ea3afb6
commit fce89ce0ca

View File

@ -3,7 +3,7 @@
angular.module('adagios.live')
.constant('filterSuffixes', { contains: '__contains',
has_fields: '__has_field',
has_field: '__has_field',
startswith: '__startswith',
endswith: '__endswith',
exists: '__exists',