mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml
branchmodel
changeset 534 3cefccd50bd5
parent 533 715a6c77b19e
     1.1 --- a/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Tue Jan 22 22:11:52 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/src/main/resources/index.xhtml	Tue Jan 22 22:42:39 2013 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4      </head>
     1.5      <body>
     1.6          <h1 data-bind="text: helloMessage">Loading Bck2Brwsr's Hello World...</h1>
     1.7 -        Your name: <input data-bind="value: name, valueUpdate: 'afterkeydown'"></input>
     1.8 +        Your name: <input id='input' data-bind="value: name, valueUpdate: 'afterkeydown'"></input>
     1.9          <button id="hello">Say Hello!</button>
    1.10          <p>
    1.11              <canvas id="canvas" width="300" height="50">