Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c9ee20b

Browse files
jesselpalmerbtford
authored andcommitted
docs($interpolate): removed function name to match other examples
1 parent 25ae98c commit c9ee20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/interpolate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var $interpolateMinErr = minErr('$interpolate');
2323
});
2424
2525
26-
customInterpolationApp.controller('DemoController', function DemoController() {
26+
customInterpolationApp.controller('DemoController', function() {
2727
this.label = "This binding is brought you by // interpolation symbols.";
2828
});
2929
</script>

0 commit comments

Comments
 (0)