angular.js/scenario/application-account.html
2010-04-27 11:18:08 -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>