aboutsummaryrefslogtreecommitdiffstats
path: root/example/calculator-auto_init.html
diff options
context:
space:
mode:
authorAdam Abrons2010-03-15 14:47:28 -0700
committerAdam Abrons2010-03-15 14:47:28 -0700
commite3565dfea6bc097a79d14cc6ab92ecd3bd8e63cc (patch)
tree4382ed6b5dd845eb9e718a52eb732712fff8838c /example/calculator-auto_init.html
parent9b178d52385ac283b1af7f6ea32dcba4b0eedc49 (diff)
downloadangular.js-e3565dfea6bc097a79d14cc6ab92ecd3bd8e63cc.tar.bz2
rename and fix binding examples
Diffstat (limited to 'example/calculator-auto_init.html')
-rw-r--r--example/calculator-auto_init.html12
1 files changed, 0 insertions, 12 deletions
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 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript" src="../src/angular-bootstrap.js"></script>
- </head>
- <body>
- Quantity: <input type="text" name="a" value="2">
- *
- Cost: <input type="text" name="b" value="3.4">
- = {{a * b | currency}}
- </body>
-</html>