name second button properly
This commit is contained in:
parent
c7e3e4ff84
commit
7026635b76
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue