minesweeper/src/main/webapp/pages/index.html
branchminesweeper
changeset 65 8e31706fc5da
parent 63 56477205fdb5
child 70 5f851f669a15
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Fri Feb 07 14:47:07 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Fri Feb 07 15:40:56 2014 +0100
     1.3 @@ -41,8 +41,8 @@
     1.4                  <!-- ko foreach: rows -->
     1.5                  <tr>
     1.6                      <!-- ko foreach: columns -->
     1.7 -                    <td data-bind="click: $parents[1].click" >
     1.8 -                        <span data-bind='css: state, text: text'></span>
     1.9 +                    <td data-bind="css: style, click: $parents[1].click" >
    1.10 +                        <span data-bind='text: text'></span>
    1.11                      </td>
    1.12                      <!-- /ko -->
    1.13                  </tr>