1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-19 03:25:26 +00:00

Frontend authentication working.

This commit is contained in:
2016-04-28 01:13:58 +00:00
parent 84578d89da
commit 425e7f5fc5
18 changed files with 175 additions and 89 deletions

View File

@@ -18,7 +18,7 @@
</thead>
<tbody>
<tr ng-repeat="tournament in allTournaments">
<td><a ng-href="/tournaments/{{tournament.id}}">{{ tournament.name }}</a></td>
<td><a ng-href="/#/tournaments/{{tournament.id}}">{{ tournament.name }}</a></td>
<td>{{ tournament.date }}</td>
</tr>
</tbody>