From 4cd6927799ffd1b0c71e91970655488129cf06b6 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 12 Apr 2020 14:36:29 -0400 Subject: [PATCH] APIv4 Explorer - performance boost with one-time-binding expressions --- ang/api4Explorer/Explorer.html | 66 +++++++++++++++++----------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/ang/api4Explorer/Explorer.html b/ang/api4Explorer/Explorer.html index 047e2d094b..f1c4694bf6 100644 --- a/ang/api4Explorer/Explorer.html +++ b/ang/api4Explorer/Explorer.html @@ -19,10 +19,10 @@
- + - + @@ -31,11 +31,11 @@
-
- select * + select *
@@ -63,29 +63,29 @@
-
- - +
+ +
-
- +
+
- - - + + +
- -
-
+
-
- {{ name }} * +
+ {{ name }} *
@@ -94,8 +94,8 @@
-
- groupBy * +
+ groupBy *
@@ -107,10 +107,10 @@
-
+
-
- orderBy * +
+ orderBy *
@@ -126,25 +126,25 @@
-
+
- + - +
-
+
chain -
+
- +
@@ -197,7 +197,7 @@ {{:: ts('Result') }} -
  • +
  • {{:: ts('Debug') }} @@ -208,7 +208,7 @@
    
               
    -
    +
    
                 

    {{:: ts('To view debugging output, enable the debug param before executing.') }} -- 2.25.1