diff test_create.html @ 2912:7b6cdd27f3ee

Completed #222
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Tue, 01 Aug 2017 14:07:10 +0100
parents bcb741f60298
children c496aef6448b a5a6c44bab6e
line wrap: on
line diff
--- a/test_create.html	Tue Aug 01 11:57:16 2017 +0100
+++ b/test_create.html	Tue Aug 01 14:07:10 2017 +0100
@@ -46,7 +46,9 @@
             <div class="attributes">
                 <div class="attribute">
                     <span>Interface: </span>
-                    <input type="text" ng-model="specification.interface" required/>
+                    <select type="text" ng-model="specification.interface" required>
+                        <option value="{{i.name}}" ng-repeat="i in availableInterfaceModules">{{i.name}}</option>
+                    </select>
                 </div>
                 <div class="attribute" data-container="body" data-toggle="popover" data-placement="bottom" data-trigger="hover" data-content="If you would like to save to a server other than your hosting server, you can place the full WAET URL here">
                     <span>Save URL: </span>