diff options
| author | Adam Abrons | 2010-03-15 17:02:54 -0700 |
|---|---|---|
| committer | Adam Abrons | 2010-03-15 17:02:54 -0700 |
| commit | 39c6c5975bedf6e1610f7328a088acda9ab3406a (patch) | |
| tree | c49a499733b7a3ec3547c64ff4d3ba5f9381dfa7 /example | |
| parent | 79b743e52feb2c57ba0ae42d6d2742bc2189b22f (diff) | |
| download | angular.js-39c6c5975bedf6e1610f7328a088acda9ab3406a.tar.bz2 | |
get scenarios running again - open Runner.html in a browser to run them
Diffstat (limited to 'example')
| -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"> * |
