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.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/scenario/application-account.html b/scenario/application-account.html
new file mode 100644
index 00000000..a43deffc
--- /dev/null
+++ b/scenario/application-account.html
@@ -0,0 +1,6 @@
+<div ng-controller="AccountController">
+account page goes here!
+ <input type="text" name="name" value="misko"/>
+ <button ng-click="hello()">hello</button>
+</div>
+