diff options
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">      * | 
