aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/cross-site-post
diff options
context:
space:
mode:
Diffstat (limited to 'scenario/cross-site-post')
-rw-r--r--scenario/cross-site-post/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenario/cross-site-post/index.html b/scenario/cross-site-post/index.html
index 3ff6af85..d7a87d3b 100644
--- a/scenario/cross-site-post/index.html
+++ b/scenario/cross-site-post/index.html
@@ -4,7 +4,7 @@
<script type="text/javascript" src="../../src/angular-bootstrap.js#autobind"></script>
</head>
<body ng:init="$window.$scope = this; People = $resource('People.json')">
- <button ng-click="people = People.query()">Load People</button>
+ <button ng:click="people = People.query()">Load People</button>
<pre>people = {{people}}</pre>
</body>
</html>