File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $interpolateMinErr.interr = function(text, err) {
21
21
* Used for configuring the interpolation markup. Defaults to `{{` and `}}`.
22
22
*
23
23
* @example
24
- <example module="customInterpolationApp">
24
+ <example name="custom-interpolation-markup" module="customInterpolationApp">
25
25
<file name="index.html">
26
26
<script>
27
27
var customInterpolationApp = angular.module('customInterpolationApp', []);
@@ -36,7 +36,7 @@ $interpolateMinErr.interr = function(text, err) {
36
36
this.label = "This binding is brought you by // interpolation symbols.";
37
37
});
38
38
</script>
39
- <div ng-app="App" ng- controller="DemoController as demo">
39
+ <div ng-controller="DemoController as demo">
40
40
//demo.label//
41
41
</div>
42
42
</file>
You can’t perform that action at this time.
0 commit comments