We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e32eea commit be03fd1Copy full SHA for be03fd1
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