diff 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
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">