update function name
This commit is contained in:
parent
6bc20016d8
commit
88b56d6056
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<tr ng-repeat="RC in RCs | orderBy:'switch_id'">
|
||||
<td> {{RC.name}} </td>
|
||||
<td>
|
||||
<button ng-click="irTest(RC)" ng-class="{'true':'button-primary','false':'button'}[RC.state]" type="submit" >Toggle RC</button>
|
||||
<button ng-click="sendRC(RC)" ng-class="{'true':'button-primary','false':'button'}[RC.state]" type="submit" >Toggle RC</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Reference in a new issue