diff --git a/example/calculator-bootstrap.html b/example/calculator-bootstrap.html deleted file mode 100644 index 913d5b08..00000000 --- a/example/calculator-bootstrap.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - Quantity: - * - Cost: - = {{a * b | currency}} - - diff --git a/example/calculator-minified_init.html b/example/calculator-minified_init.html deleted file mode 100644 index 922aabb8..00000000 --- a/example/calculator-minified_init.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - Quantity: - * - Cost: - = {{a * b | currency}} - - diff --git a/example/calculator.html b/example/calculator.html deleted file mode 100644 index bd80eb9d..00000000 --- a/example/calculator.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - Quantity: - * - Cost: - = {{a * b | currency}} - - diff --git a/example/memoryLeak.html b/example/memoryLeak.html deleted file mode 100644 index 19b0d45d..00000000 --- a/example/memoryLeak.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - -
- - diff --git a/regression/issue-170.html b/regression/issue-170.html deleted file mode 100644 index 392abf81..00000000 --- a/regression/issue-170.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - {{selection0}} <-- FOO should be shown here - -
- - - {{selection1}} <-- BAR should be shown here - -
- - - {{selection2}} <-- 1 should be shown here - - - \ No newline at end of file diff --git a/regression/jqLite_after_NPE.html b/regression/jqLite_after_NPE.html deleted file mode 100644 index a914e953..00000000 --- a/regression/jqLite_after_NPE.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - -{{1+3}} -xxx ---- -xxx - - \ No newline at end of file