From e3565dfea6bc097a79d14cc6ab92ecd3bd8e63cc Mon Sep 17 00:00:00 2001 From: Adam Abrons Date: Mon, 15 Mar 2010 14:47:28 -0700 Subject: rename and fix binding examples --- example/calculator-auto_init.html | 12 ------------ example/calculator-bootstrap.html | 20 ++++++++++++++++++++ example/calculator-manual_init.html | 21 --------------------- example/calculator.html | 21 +++++++++++++++++++++ example/index.html | 4 ++-- 5 files changed, 43 insertions(+), 35 deletions(-) delete mode 100644 example/calculator-auto_init.html create mode 100644 example/calculator-bootstrap.html delete mode 100644 example/calculator-manual_init.html create mode 100644 example/calculator.html (limited to 'example') diff --git a/example/calculator-auto_init.html b/example/calculator-auto_init.html deleted file mode 100644 index fa965042..00000000 --- a/example/calculator-auto_init.html +++ /dev/null @@ -1,12 +0,0 @@ - - -
- - - - Quantity: - * - Cost: - = {{a * b | currency}} - - diff --git a/example/calculator-bootstrap.html b/example/calculator-bootstrap.html new file mode 100644 index 00000000..e37fe02d --- /dev/null +++ b/example/calculator-bootstrap.html @@ -0,0 +1,20 @@ + + + + + + + + + Quantity: + * + Cost: + = {{a * b | currency}} + + diff --git a/example/calculator-manual_init.html b/example/calculator-manual_init.html deleted file mode 100644 index 43d013fc..00000000 --- a/example/calculator-manual_init.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - Quantity: - * - Cost: - = {{a * b | currency}} - - diff --git a/example/calculator.html b/example/calculator.html new file mode 100644 index 00000000..43d013fc --- /dev/null +++ b/example/calculator.html @@ -0,0 +1,21 @@ + + + + + + + + + + Quantity: + * + Cost: + = {{a * b | currency}} + + diff --git a/example/index.html b/example/index.html index aaaf8c80..12f88ccc 100644 --- a/example/index.html +++ b/example/index.html @@ -4,8 +4,8 @@