We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5dfaf commit b85e957Copy full SHA for b85e957
docs/angular.widget.ngdoc
@@ -32,7 +32,7 @@ angular.widget('my:watch', function(compileElement) {
32
var currentScope = this;
33
currentScope.$watch(exp, function(value){
34
alert(value);
35
- }};
+ });
36
};
37
});
38
</pre>
0 commit comments