name second button properly

This commit is contained in:
Shannon Sterz 2016-01-21 23:07:53 +01:00
parent c7e3e4ff84
commit 7026635b76

View file

@ -27,10 +27,10 @@
<div class="header"> <div class="header">
<h1>Autome</h1> <h1>Autome</h1>
<form ng-submit="toggleLight()" style="margin-top:30px;"> <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>
<form ng-submit="irTest()" style="margin-top:30px;"> <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> </form>
</div> </div>
</script> </script>