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-bootstrap.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 example/calculator-bootstrap.html (limited to 'example/calculator-bootstrap.html') 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}} + + -- cgit v1.2.3 From 39c6c5975bedf6e1610f7328a088acda9ab3406a Mon Sep 17 00:00:00 2001 From: Adam Abrons Date: Mon, 15 Mar 2010 17:02:54 -0700 Subject: get scenarios running again - open Runner.html in a browser to run them --- example/calculator-bootstrap.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'example/calculator-bootstrap.html') diff --git a/example/calculator-bootstrap.html b/example/calculator-bootstrap.html index e37fe02d..c72837dc 100644 --- a/example/calculator-bootstrap.html +++ b/example/calculator-bootstrap.html @@ -10,7 +10,8 @@ scope.set('a', 3); scope.updateView(); }); - + + Quantity: * -- cgit v1.2.3