We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb6e1e commit 9ac4e5aCopy full SHA for 9ac4e5a
1 file changed
src/ng/interpolate.js
@@ -21,7 +21,7 @@ $interpolateMinErr.interr = function(text, err) {
21
* Used for configuring the interpolation markup. Defaults to `{{` and `}}`.
22
*
23
* @example
24
-<example module="customInterpolationApp">
+<example name="custom-interpolation-markup" module="customInterpolationApp">
25
<file name="index.html">
26
<script>
27
var customInterpolationApp = angular.module('customInterpolationApp', []);
@@ -36,7 +36,7 @@ $interpolateMinErr.interr = function(text, err) {
36
this.label = "This binding is brought you by // interpolation symbols.";
37
});
38
</script>
39
-<div ng-app="App" ng-controller="DemoController as demo">
+<div ng-controller="DemoController as demo">
40
//demo.label//
41
</div>
42
</file>
0 commit comments