Mercurial > hg > webaudioevaluationtool
comparison test_create.html @ 2867:395762c79ecb
Minor fix to test_create
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Fri, 28 Apr 2017 12:02:09 +0100 |
parents | df1823dbfb93 |
children | dafc6eba55fc |
comparison
equal
deleted
inserted
replaced
2866:3b7b45f9c20d | 2867:395762c79ecb |
---|---|
642 </div> | 642 </div> |
643 </div> | 643 </div> |
644 </div> | 644 </div> |
645 </div> | 645 </div> |
646 </div> | 646 </div> |
647 <div class="node" ng-controller="survey" ng-init="survey = specification.postTest"> | 647 <div class="node" ng-controller="survey" ng-init="survey = page.postTest"> |
648 <h2>Post Page Survey</h2> | 648 <h2>Post Page Survey</h2> |
649 <button type="button" class="btn btn-success" ng-click="addSurveyEntry()">Add Entry</button> | 649 <button type="button" class="btn btn-success" ng-click="addSurveyEntry()">Add Entry</button> |
650 <div class="node" ng-repeat="opt in survey.options" ng-controller="surveyOption"> | 650 <div class="node" ng-repeat="opt in survey.options" ng-controller="surveyOption"> |
651 <h3>Survey Entry</h3> | 651 <h3>Survey Entry</h3> |
652 <button type="button" class="btn btn-danger" ng-click="removeSurveyEntry(opt);">Delete Entry</button> | 652 <button type="button" class="btn btn-danger" ng-click="removeSurveyEntry(opt);">Delete Entry</button> |