Currency list in settings

This commit is contained in:
Esteban Ordano 2014-08-27 17:15:05 -03:00
commit 3225553d78
6 changed files with 94 additions and 22 deletions

View file

@ -26,6 +26,11 @@
<select class="form-control" ng-model="selectedUnit" ng-options="o.name for o in unitOpts" required>
</select>
</fieldset>
<fieldset>
<legend>Alternative Currency</legend>
<select class="form-control" ng-model="selectedAlternative" ng-options="alternative.name for alternative in alternativeOpts" required>
</select>
</fieldset>
<fieldset>
<legend>Videoconferencing</legend>
<input id="disableVideo-opt" type="checkbox" ng-model="disableVideo" class="form-control">