name second button properly

This commit is contained in:
Stefan Sterz 2016-01-21 23:07:53 +01:00
parent c7e3e4ff84
commit 7026635b76
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@
<div class="header">
<h1>Autome</h1>
<form ng-submit="toggleLight()" style="margin-top:30px;">
<button type="submit" class="button-primary">Light Switch</button>
<button type="submit" class="button-primary">Light</button>
</form>
<form ng-submit="irTest()" style="margin-top:30px;">
<button type="submit" class="button-primary">Light Switch</button>
<button type="submit" class="button-primary">IR</button>
</form>
</div>
</script>