Skip to content

Commit b85e957

Browse files
committed
fix widget example code
1 parent cc5dfaf commit b85e957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/angular.widget.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ angular.widget('my:watch', function(compileElement) {
3232
var currentScope = this;
3333
currentScope.$watch(exp, function(value){
3434
alert(value);
35-
}};
35+
});
3636
};
3737
});
3838
</pre>

0 commit comments

Comments
 (0)