From 7a4b48020688060debe9cb0f9c17615d7585cbe7 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 5 Apr 2010 11:46:53 -0700 Subject: added ng:switch widget --- scenario/application.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 scenario/application.html (limited to 'scenario/application.html') diff --git a/scenario/application.html b/scenario/application.html new file mode 100644 index 00000000..be6390f6 --- /dev/null +++ b/scenario/application.html @@ -0,0 +1,19 @@ + + + + + + + + [ login + | account + ] + + +
login screen
+ +
+ +
$location={{$location}}
+ + -- cgit v1.2.3 From fce48eb60a47be87a3d95e0750e54c19c2a346d0 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 27 Apr 2010 11:18:08 -0700 Subject: resources now use browser mock --- scenario/application.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'scenario/application.html') diff --git a/scenario/application.html b/scenario/application.html index be6390f6..6b6ced69 100644 --- a/scenario/application.html +++ b/scenario/application.html @@ -3,6 +3,18 @@ + [ login @@ -11,9 +23,12 @@
login screen
- +
+ + (( input name )) +
$location={{$location}}
-- cgit v1.2.3