X-Git-Url: http://git.rot13.org/?p=angular-mojolicious.git;a=blobdiff_plain;f=templates%2Fconference%2FRegistration.html.ep;fp=templates%2Fconference%2FRegistration.html.ep;h=21c2ae5617b29ba04194bb106dbfffe134d98995;hp=bf61ddafd98607e9c56796b482da896212370d8b;hb=2393a3b201b612154ae43217b0a5ccf6dca5e530;hpb=c021a511eb3a7ae10e46a14f178e16c2da315ad4 diff --git a/templates/conference/Registration.html.ep b/templates/conference/Registration.html.ep index bf61dda..21c2ae5 100644 --- a/templates/conference/Registration.html.ep +++ b/templates/conference/Registration.html.ep @@ -5,15 +5,15 @@ if (typeof (console) === 'undefined') console = { debug: function() {} }; // moc function Registration($resource){ this.master = { person: { - name: '', surname: '', inst: '', email: '', + name: '', surname: '', inst: '', email: '' }, type: 'participant', work: { title: '', abstract: '', - authors:[ { name:'', surname:'', inst:'', email:'' } ], + authors:[ { name:'', surname:'', inst:'', email:'' } ] }, - symposium: { organizers: [ {name:'', surname:'', inst:'', email:'' } ], work_nr: 1, }, + symposium: { organizers: [ {name:'', surname:'', inst:'', email:'' } ], work_nr: 1 } }; this.Registration = $resource( '/data/conference/Registration/:id', { id:'' } ); this.Symposium = $resource( '/data/conference/Symposium/:id', { id:'' } ); @@ -79,7 +79,7 @@ console.debug('save_symposium', self.symposium ); self.last_saved = angular.copy(registration); }); - }, + } }; angular.validator.max_length = function(input, len) {