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 25ae98ca77
commit c9ee20b64b
+1 -1
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>