From 214c142d9de60a7f53d8c7ada2812ffff4837e0f Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 8 Jan 2010 16:04:35 -0800 Subject: created a way to init the code without autobootstrap --- example/calculator-auto_init.html | 12 ++++++++++++ example/calculator-manual_init.html | 20 ++++++++++++++++++++ example/index.html | 11 +++++++++++ 3 files changed, 43 insertions(+) create mode 100644 example/calculator-auto_init.html create mode 100644 example/calculator-manual_init.html create mode 100644 example/index.html (limited to 'example') diff --git a/example/calculator-auto_init.html b/example/calculator-auto_init.html new file mode 100644 index 00000000..fa965042 --- /dev/null +++ b/example/calculator-auto_init.html @@ -0,0 +1,12 @@ + + +
+ + + + Quantity: + * + Cost: + = {{a * b | currency}} + + diff --git a/example/calculator-manual_init.html b/example/calculator-manual_init.html new file mode 100644 index 00000000..0d5c1bb6 --- /dev/null +++ b/example/calculator-manual_init.html @@ -0,0 +1,20 @@ + + + + + + + + Quantity: + * + Cost: + = {{a * b | currency}} + + diff --git a/example/index.html b/example/index.html new file mode 100644 index 00000000..aaaf8c80 --- /dev/null +++ b/example/index.html @@ -0,0 +1,11 @@ + + + + + + + + -- cgit v1.2.3