angular.js/scenario/application-account.html
2010-07-02 15:39:57 -07:00

6 lines
165 B
HTML

<div ng:controller="AccountController">
account page goes here!
<input type="text" name="name" value="misko"/>
<button ng:click="hello()">hello</button>
</div>