Correct bug

This commit is contained in:
Loic GUEGAN 2016-05-06 14:39:30 +02:00
parent 21ed091ba6
commit f9eb9712b3
2 changed files with 5 additions and 2 deletions

View file

@ -25,7 +25,7 @@
<fieldset class="form-group">
<label class="control-label col-sm-2">Image</label>
<select class="col-sm-20" id="ramSelected" ng-model="selectedImage">
<option ng-repeat="image in axioms.images" value="{{image.id}}">{{ image.name}}</option>
<option ng-repeat="image in images" value="{{image.id}}">{{ image.name}}</option>
</select>
</fieldset>
</form>