aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/angular.widget.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/angular.widget.ngdoc b/docs/angular.widget.ngdoc
index bcde5f1a..5fd7b259 100644
--- a/docs/angular.widget.ngdoc
+++ b/docs/angular.widget.ngdoc
@@ -32,7 +32,7 @@ angular.widget('my:watch', function(compileElement) {
var currentScope = this;
currentScope.$watch(exp, function(value){
alert(value);
- }};
+ });
};
});
</pre>