aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/application-account.html
blob: 81176df7b11ca9facfdf168bce92539e2f177e10 (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>