Skip to content

Commit

Permalink
Filter didn't quite work right
Browse files Browse the repository at this point in the history
  • Loading branch information
WesGilster committed Mar 14, 2017
1 parent 5fa7e26 commit da46ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/resourcesnew/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4>Wifi Setup </h4>
<h4>Access Point</h4>
<select name="type" id="AccessPoint" class="form-control"
ng-model="settingsController.selectedNetworkInterface"
ng-options="item.ssid group by item.parentInterfaceName for item in settingsController.networkInterfaces|{hidden: 'false'}"
ng-options="item.ssid group by item.parentInterfaceName for item in settingsController.networkInterfaces|filter:{hidden: 'false'}"
required>
<option value="">{{settingsController.loadingNetworksMessage}}</option>
</select>
Expand Down

0 comments on commit da46ab5

Please sign in to comment.