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>