comparison 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
comparison
equal deleted inserted replaced
2911:bcb741f60298 2912:7b6cdd27f3ee
44 <div id="setupNode" class="node" ng-controller="setup"> 44 <div id="setupNode" class="node" ng-controller="setup">
45 <h2>Setup</h2> 45 <h2>Setup</h2>
46 <div class="attributes"> 46 <div class="attributes">
47 <div class="attribute"> 47 <div class="attribute">
48 <span>Interface: </span> 48 <span>Interface: </span>
49 <input type="text" ng-model="specification.interface" required/> 49 <select type="text" ng-model="specification.interface" required>
50 <option value="{{i.name}}" ng-repeat="i in availableInterfaceModules">{{i.name}}</option>
51 </select>
50 </div> 52 </div>
51 <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"> 53 <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">
52 <span>Save URL: </span> 54 <span>Save URL: </span>
53 <input type="text" ng-model="specification.projectReturn" placeholder="save.php" /> 55 <input type="text" ng-model="specification.projectReturn" placeholder="save.php" />
54 </div> 56 </div>