Skip to content

Commit

Permalink
pixel count incorrectly read only when detached
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Nov 19, 2023
1 parent 7dabffd commit ed46df7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1>{{address}} {{color}}</h1>
<td>pixel count </td>
<td>&nbsp;</td>
<td>
<input type="text" class="form-control" ng-readonly="service.config.controller" id="pixelCount" ng-model="pixelCount"/>
<input type="text" class="form-control" ng-readonly="service.controller" id="pixelCount" ng-model="pixelCount"/>
</td>
</tr>
</table>
Expand Down

0 comments on commit ed46df7

Please sign in to comment.