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 ----------------------------------- 4 files changed, 118 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 (limited to 'example') 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 @@ - - - - - - - - - - - - - - - -- cgit v1.2.3