# HG changeset patch # User rougeronj # Date 1427470302 -3600 # Node ID 14dbcea2b54322ee1e1b383f07ac0e9c9cd4cc2c # Parent edbfef527c6681bbdd87643615695695bbab8bc8 fix misspelled attribute diff -r edbfef527c66 -r 14dbcea2b543 client/app/slides/dataEditor.html --- a/client/app/slides/dataEditor.html Wed Mar 25 16:01:31 2015 +0100 +++ b/client/app/slides/dataEditor.html Fri Mar 27 16:31:42 2015 +0100 @@ -2,7 +2,7 @@

{{slide.title}}

{{slide.description}}

-

{{slide.comments}}

+

{{slide.comment}}

{{slide.tags.join(', ')}}

@@ -10,7 +10,7 @@
- +
diff -r edbfef527c66 -r 14dbcea2b543 client/app/slideshow/slideshow.html --- a/client/app/slideshow/slideshow.html Wed Mar 25 16:01:31 2015 +0100 +++ b/client/app/slideshow/slideshow.html Fri Mar 27 16:31:42 2015 +0100 @@ -15,7 +15,7 @@

{{slide.title}}

{{slide.description}}

-

{{slide.comments}}

+

{{slide.comment}}

{{slide.tags.join(', ')}}