Testing unified style for templated and regular queries.

This commit is contained in:
Alexander Zobnin
2015-06-05 15:04:06 +03:00
parent 485cfd6687
commit 1e3af4c742

View File

@@ -52,7 +52,8 @@ function (angular, _, kbn) {
return []; return [];
} }
if (!target.item.templated) { // From !target.item.templated for testing
if (false) {
// Perform request and then handle result // Perform request and then handle result
var item = [target.item]; var item = [target.item];