docs($interpolate): removed function name to match other examples

This commit is contained in:
Jesse Palmer
2014-05-05 16:56:33 -04:00
committed by Brian Ford
parent 1fe0d9990e
commit 40b8721ba3

View File

@@ -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>