aboutsummaryrefslogtreecommitdiffstats
path: root/example/calculator-bootstrap.html
diff options
context:
space:
mode:
authorAdam Abrons2010-03-16 10:34:46 -0700
committerAdam Abrons2010-03-16 10:34:46 -0700
commit34d48489d5fb3afbd10b9993fe80d753e0cf48bd (patch)
tree5200a3ebf07e834af73aeea740b1c7d15603fe07 /example/calculator-bootstrap.html
parent923289112e34c2d426f6b2e687e93601894fb088 (diff)
parent9e1f085ba6e224893abc04be181f8748939bfe77 (diff)
downloadangular.js-34d48489d5fb3afbd10b9993fe80d753e0cf48bd.tar.bz2
Merge commit 'origin/master' into directives
Diffstat (limited to 'example/calculator-bootstrap.html')
-rw-r--r--example/calculator-bootstrap.html3
1 files changed, 2 insertions, 1 deletions
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();
});
- </script> </head>
+ </script>
+ </head>
<body>
Quantity: <input type="text" name="a" value="2">
*