angular.js/scenario/application-account.html

7 lines
165 B
HTML
Raw Normal View History

<div ng:controller="AccountController">
2010-04-05 18:46:53 +00:00
account page goes here!
2010-04-27 18:18:08 +00:00
<input type="text" name="name" value="misko"/>
<button ng:click="hello()">hello</button>
2010-04-05 18:46:53 +00:00
</div>