diff options
| author | Adam Abrons | 2010-03-16 10:34:46 -0700 |
|---|---|---|
| committer | Adam Abrons | 2010-03-16 10:34:46 -0700 |
| commit | 34d48489d5fb3afbd10b9993fe80d753e0cf48bd (patch) | |
| tree | 5200a3ebf07e834af73aeea740b1c7d15603fe07 /example/calculator-bootstrap.html | |
| parent | 923289112e34c2d426f6b2e687e93601894fb088 (diff) | |
| parent | 9e1f085ba6e224893abc04be181f8748939bfe77 (diff) | |
| download | angular.js-34d48489d5fb3afbd10b9993fe80d753e0cf48bd.tar.bz2 | |
Merge commit 'origin/master' into directives
Diffstat (limited to 'example/calculator-bootstrap.html')
| -rw-r--r-- | example/calculator-bootstrap.html | 3 |
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"> * |
