diff options
Diffstat (limited to 'scenario/application-account.html')
| -rw-r--r-- | scenario/application-account.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scenario/application-account.html b/scenario/application-account.html index 8520d07c..a43deffc 100644 --- a/scenario/application-account.html +++ b/scenario/application-account.html @@ -1,4 +1,6 @@ -<div> +<div ng-controller="AccountController"> account page goes here! + <input type="text" name="name" value="misko"/> + <button ng-click="hello()">hello</button> </div> |
