From 258ca5f16581f0e8befa493644225a02ae2fc002 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 26 Mar 2010 16:27:18 -0700 Subject: moved all uneeded files out, widgets.html works, tests horribly broken --- scenario/widgets.html | 128 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 77 insertions(+), 51 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index cb28e78c..21060ebf 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -1,58 +1,84 @@ - - - - + + -

- name: name={{name}}
-

-

- Female - Male - gender={{gender}} -

-

- tea={{tea}}
- coffee={{coffee}}
-

-

-

- - - - action - count={{count}} -
-

-

- - select={{select}} -

-

- - multiple={{multiple}} -

-

- - Hidden field = {{hidden}} -

-

- - Password field = {{password}} -

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionTestResult
Input text field
basictext.basic={{text.basic}}
passwordtext.password={{text.password}}
hiddenhidden={{hidden}}
Input selection field
radio + Female
+ Male +
gender={{gender}}
checkbox + Tea
+ Coffe +
checkbox={{checkbox}}
select + + select={{select}}
multiselect + + multiselect={{multiselect}}
Buttons
ng-action +
+
+
+
+ action +
+
button={{button}}
-- cgit v1.2.3