mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 00:09:01 +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>
|
|
|