aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/application-account.html
blob: a43deffcc85764bf1cbffc3b31c32eb68a017d6b (plain)
1
2
3
4
5
6
<div ng-controller="AccountController">
account page goes here!
  <input type="text" name="name" value="misko"/>
  <button ng-click="hello()">hello</button>
</div>