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

Commit

Permalink
docs($interpolate): removed function name to match other examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer authored and btford committed May 21, 2014
1 parent 1fe0d99 commit 40b8721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/interpolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var $interpolateMinErr = minErr('$interpolate');
});
customInterpolationApp.controller('DemoController', function DemoController() {
customInterpolationApp.controller('DemoController', function() {
this.label = "This binding is brought you by // interpolation symbols.";
});
</script>
Expand Down

0 comments on commit 40b8721

Please sign in to comment.