aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/application-account.html
diff options
context:
space:
mode:
Diffstat (limited to 'scenario/application-account.html')
-rw-r--r--scenario/application-account.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/scenario/application-account.html b/scenario/application-account.html
index a43deffc..81176df7 100644
--- a/scenario/application-account.html
+++ b/scenario/application-account.html
@@ -1,6 +1,6 @@
-<div ng-controller="AccountController">
+<div ng:controller="AccountController">
account page goes here!
<input type="text" name="name" value="misko"/>
- <button ng-click="hello()">hello</button>
+ <button ng:click="hello()">hello</button>
</div>