aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/application-account.html
diff options
context:
space:
mode:
authorMisko Hevery2010-04-27 11:18:08 -0700
committerMisko Hevery2010-04-27 11:18:08 -0700
commitfce48eb60a47be87a3d95e0750e54c19c2a346d0 (patch)
tree6a866e1dd82c43de9cef61e13a98a79442a59a4e /scenario/application-account.html
parentb275403465cdc581804bc74bf12e243edd642a42 (diff)
downloadangular.js-fce48eb60a47be87a3d95e0750e54c19c2a346d0.tar.bz2
resources now use browser mock
Diffstat (limited to 'scenario/application-account.html')
-rw-r--r--scenario/application-account.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/scenario/application-account.html b/scenario/application-account.html
index 8520d07c..a43deffc 100644
--- a/scenario/application-account.html
+++ b/scenario/application-account.html
@@ -1,4 +1,6 @@
-<div>
+<div ng-controller="AccountController">
account page goes here!
+ <input type="text" name="name" value="misko"/>
+ <button ng-click="hello()">hello</button>
</div>