From f3fcf13147f3121b17efc2c5dfdc3752202a3184 Mon Sep 17 00:00:00 2001 From: Marijana Glavica Date: Fri, 19 Nov 2010 19:17:50 +0100 Subject: [PATCH] modify work structure --- public/app/conference/registration.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/app/conference/registration.js b/public/app/conference/registration.js index 488b129..cdd76d6 100644 --- a/public/app/conference/registration.js +++ b/public/app/conference/registration.js @@ -10,9 +10,13 @@ function Registration($resource,$xhr){ work: { title: '', abstract: '', - authors:[ { name:'', surname:'', inst:'', email:'' } ] + authors:[ { name:'', surname:'', inst:'', email:'' } ], + organizers: [] }, - symposium: { organizers: [ {name:'', surname:'', inst:'', email:'' } ], work_nr: 1 } + symposium: { + organizers: [], + work_nr: 1 + } }; this.Registration = $resource( '/data/:database/Registration/:id', { id:'', database: database } ); this.reset(); -- 2.20.1