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