mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
6 lines
165 B
HTML
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>
|
|
|