8000
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 17b700a commit b8fb0c4Copy full SHA for b8fb0c4
src/ng/interpolate.js
@@ -29,7 +29,7 @@ $interpolateMinErr.interr = function(text, err) {
29
* </div>
30
*
31
* @example
32
-<example module="customInterpolationApp">
+<example name="custom-interpolation-markup" module="customInterpolationApp">
33
<file name="index.html">
34
<script>
35
var customInterpolationApp = angular.module('customInterpolationApp', []);
@@ -44,7 +44,7 @@ $interpolateMinErr.interr = function(text, err) {
44
this.label = "This binding is brought you by // interpolation symbols.";
45
});
46
</script>
47
-<div ng-app="App" ng-controller="DemoController as demo">
+<div ng-controller="DemoController as demo">
48
//demo.label//
49
</div>
50
</file>
0 commit comments