Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ae98c commit c9ee20bCopy full SHA for c9ee20b
src/ng/interpolate.js
@@ -23,7 +23,7 @@ var $interpolateMinErr = minErr('$interpolate');
23
});
24
25
26
- customInterpolationApp.controller('DemoController', function DemoController() {
+ customInterpolationApp.controller('DemoController', function() {
27
this.label = "This binding is brought you by // interpolation symbols.";
28
29
</script>
0 commit comments