mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml
branchmodel
changeset 528 08cd5a0c967e
parent 421 0236ad6ab4d2
child 533 715a6c77b19e
     1.1 --- a/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Wed Jan 09 20:55:26 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Tue Jan 22 09:19:47 2013 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4          <title>Bck2Brwsr's Hello World</title>
     1.5      </head>
     1.6      <body>
     1.7 -        <button id="hello">Hello World!</button>
     1.8 +        <h1 data-bind="text: helloMessage">Loading Bck2Brwsr's Hello World...</h1>
     1.9 +        Your name: <input data-bind="value: name, valueUpdate: 'afterkeydown'"></input>
    1.10 +        <button id="hello">Say Hello!</button>
    1.11  
    1.12          <script src="/bck2brwsr.js"></script>
    1.13          <script src="/vm.js"></script>
    1.14          <script type="text/javascript">
    1.15 -            vm.loadClass('${package}.Index');
    1.16 +            vm.loadClass('${package}.App');
    1.17          </script>
    1.18      </body>
    1.19  </html>