diff --git a/package.json b/package.json
index 336311a01ce..74fbab42b21 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,9 @@
"grunt-contrib-uglify": "~0.2.4",
"load-grunt-tasks": "~0.2.0",
"glob": "~3.2.7",
- "grunt-contrib-connect": "~0.5.0"
+ "grunt-contrib-connect": "~0.5.0",
+ "mocha": "~1.16.1",
+ "expect.js": "~0.2.0"
},
"license": "Apache License"
}
diff --git a/src/app/panels/graphite/editor.html b/src/app/panels/graphite/editor.html
index 272307b1a47..c006e4aee7f 100644
--- a/src/app/panels/graphite/editor.html
+++ b/src/app/panels/graphite/editor.html
@@ -31,7 +31,7 @@
-
+
-
diff --git a/src/app/panels/graphite/funcEditor.html b/src/app/panels/graphite/funcEditor.html
index ac7e2a025d4..63a098de7aa 100644
--- a/src/app/panels/graphite/funcEditor.html
+++ b/src/app/panels/graphite/funcEditor.html
@@ -30,6 +30,13 @@
ng-change="functionParamsChanged(func)" ng-model-onblur
ng-model="func.params[$index]" />
+
+