aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/compilerSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/compilerSpec.js')
-rw-r--r--test/service/compilerSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/service/compilerSpec.js b/test/service/compilerSpec.js
index 6e6c211b..2df15c51 100644
--- a/test/service/compilerSpec.js
+++ b/test/service/compilerSpec.js
@@ -17,7 +17,7 @@ describe('compiler', function() {
observe: function(expression, element){
return function() {
- this.$watch(expression, function(scope, val){
+ this.$watch(expression, function(val) {
if (val)
log += ":" + val;
});