changeset 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 3b7b45f9c20d
children c3e444d743f1
files test_create.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test_create.html	Fri Apr 28 11:56:27 2017 +0100
+++ b/test_create.html	Fri Apr 28 12:02:09 2017 +0100
@@ -644,7 +644,7 @@
                     </div>
                 </div>
             </div>
-            <div class="node" ng-controller="survey" ng-init="survey = specification.postTest">
+            <div class="node" ng-controller="survey" ng-init="survey = page.postTest">
                 <h2>Post Page Survey</h2>
                 <button type="button" class="btn btn-success" ng-click="addSurveyEntry()">Add Entry</button>
                 <div class="node" ng-repeat="opt in survey.options" ng-controller="surveyOption">