From fce89ce0cad4c0ca81bfeadc2020cef9488412b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Vachon?= Date: Thu, 2 Apr 2015 12:07:07 -0400 Subject: [PATCH] FIX typo --- app/components/live/get_objects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/live/get_objects.js b/app/components/live/get_objects.js index 6864940..37e125a 100644 --- a/app/components/live/get_objects.js +++ b/app/components/live/get_objects.js @@ -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',