From df6d2ba3266de405ad6c2f270f24569355706e76 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 6 Sep 2011 12:04:47 -0700 Subject: style(examples): clean up dead examples --- example/calculator-bootstrap.html | 21 ------------- example/calculator-minified_init.html | 21 ------------- example/calculator.html | 21 ------------- example/memoryLeak.html | 55 ----------------------------------- regression/issue-170.html | 28 ------------------ regression/jqLite_after_NPE.html | 24 --------------- 6 files changed, 170 deletions(-) delete mode 100644 example/calculator-bootstrap.html delete mode 100644 example/calculator-minified_init.html delete mode 100644 example/calculator.html delete mode 100644 example/memoryLeak.html delete mode 100644 regression/issue-170.html delete mode 100644 regression/jqLite_after_NPE.html 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 -- cgit v1.2.3