From 2430f52bb97fa9d682e5f028c977c5bf94c5ec38 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 23 Mar 2012 14:03:24 -0700 Subject: chore(module): move files around in preparation for more modules --- test/ngScenario/e2e/widgets.html | 99 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 test/ngScenario/e2e/widgets.html (limited to 'test/ngScenario/e2e/widgets.html') diff --git a/test/ngScenario/e2e/widgets.html b/test/ngScenario/e2e/widgets.html new file mode 100644 index 00000000..f986144e --- /dev/null +++ b/test/ngScenario/e2e/widgets.html @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DescriptionTestResult
Input text field
basic + + text.basic={{text.basic}}
passwordtext.password={{text.password}}
hiddentext.hidden={{text.hidden}}
Input selection field
radio + Female
+ Male +
gender={{gender}}
checkbox + Tea
+ Coffe +
+
checkbox={{checkbox}}
+
select + + select={{select}}
multiselect + + multiselect={{multiselect}}
Buttons
ng-change
ng-click
+
+
+
+ +
+ action +
+
button={{button}} form={{form}}
Repeaters
ng-repeat +
    +
  • {{name}}
  • +
+
+ + -- cgit v1.2.3