mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-31 02:41:32 +08:00
docs($interpolate): removed function name to match other examples
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user