# HG changeset patch
# User rougeronj
# Date 1428074159 -7200
# Node ID e7e9f2ff6f10264206b94af923ae30936270d4c3
# Parent 88f76bf93465742af469b9f49c2a0ed3056d73fe
Rename with snake_case
diff -r 88f76bf93465 -r e7e9f2ff6f10 client/app/slides/dataEditor.html
--- a/client/app/slides/dataEditor.html Fri Apr 03 16:21:27 2015 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-
-
-
{{slide.title}}
-
{{slide.description}}
-
{{slide.comment}}
-
{{slide.tags.join(', ')}}
-
-
-
-
-
\ No newline at end of file
diff -r 88f76bf93465 -r e7e9f2ff6f10 client/app/slides/data_editor.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/slides/data_editor.html Fri Apr 03 17:15:59 2015 +0200
@@ -0,0 +1,17 @@
+
+
+
{{slide.title}}
+
{{slide.description}}
+
{{slide.comment}}
+
{{slide.tags.join(', ')}}
+
+
+
+
+
\ No newline at end of file
diff -r 88f76bf93465 -r e7e9f2ff6f10 client/app/slides/slides_controller.js
--- a/client/app/slides/slides_controller.js Fri Apr 03 16:21:27 2015 +0200
+++ b/client/app/slides/slides_controller.js Fri Apr 03 17:15:59 2015 +0200
@@ -18,7 +18,7 @@
restrict: 'AE',
replace: true,
scope: false,
- templateUrl: 'slides/dataEditor.html',
+ templateUrl: 'slides/data_editor.html',
controller: function($scope){
$scope.slidesave = function(){
if(typeof $scope.slide.tags === 'string'){