mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-04 08:58:16 +08:00
7 lines
165 B
HTML
7 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>
|
|
|