diff test_create.html @ 3097:c8707694f4e7

#200 Dragging audio onto the page element will add the audio fragment to that page.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Tue, 16 Jan 2018 14:33:07 +0000
parents 90c7b42264d4
children 348d59ab726e
line wrap: on
line diff
--- a/test_create.html	Fri Jan 12 23:31:29 2018 +0000
+++ b/test_create.html	Tue Jan 16 14:33:07 2018 +0000
@@ -469,7 +469,7 @@
         <div style="text-align: center;">
             <button type="button" class="btn btn-success" ng-click="addPage()">Add Page</button>
         </div>
-        <div class="node pageNode" ng-controller="page" ng-repeat="page in specification.pages">
+        <div class="node pageNode" ng-controller="page" ng-repeat="page in specification.pages" dropzone>
             <h2>Page</h2>
             <button type="button" class="btn btn-danger" ng-click="removePage(page)">Remove Page</button>
             <div class="attributes">