From 39c6c5975bedf6e1610f7328a088acda9ab3406a Mon Sep 17 00:00:00 2001 From: Adam Abrons Date: Mon, 15 Mar 2010 17:02:54 -0700 Subject: get scenarios running again - open Runner.html in a browser to run them --- scenario/widgets.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 scenario/widgets.html (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html new file mode 100644 index 00000000..cb28e78c --- /dev/null +++ b/scenario/widgets.html @@ -0,0 +1,58 @@ + + + + + + + + + +

+ name: name={{name}}
+

+

+ Female + Male + gender={{gender}} +

+

+ tea={{tea}}
+ coffee={{coffee}}
+

+

+

+ + + + action + count={{count}} +
+

+

+ + select={{select}} +

+

+ + multiple={{multiple}} +

+

+ + Hidden field = {{hidden}} +

+

+ + Password field = {{password}} +

+ + -- cgit v1.2.3 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 From 85f13d602e31424b2e2d18172872f14a24c31135 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 1 Apr 2010 14:10:28 -0700 Subject: work on $location and autobind --- scenario/widgets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 21060ebf..5c11a2ee 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -2,9 +2,9 @@ - + - + -- cgit v1.2.3 From d717020911a350a5ea3c0a985c57d56c8fcad607 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 2 Apr 2010 11:10:36 -0700 Subject: widgets now work properly --- scenario/widgets.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 5c11a2ee..c2042b68 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -32,7 +32,7 @@ @@ -42,7 +42,9 @@ Tea
Coffe - + @@ -71,10 +73,10 @@ -- cgit v1.2.3 From 35ca4fcb9c49e505e28669e951e01ddedb01d7db Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 2 Apr 2010 11:49:48 -0700 Subject: radio now works with repeaters --- scenario/widgets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index c2042b68..64e48c54 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -5,7 +5,7 @@ -
Descriptionradio Female
- Male + Male
gender={{gender}}
checkbox={{checkbox}} +
checkbox={{checkbox}}
+
selectng-action
-
-
-
- action +
+
+
+ action
button={{button}}
+
-- cgit v1.2.3 From a80a61839a66d244c8bb14bbe2975746e02516c8 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 3 Apr 2010 17:04:36 -0700 Subject: injection is now working --- scenario/widgets.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 64e48c54..73674be9 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -4,8 +4,8 @@ - -
Description Test
+ +
@@ -14,7 +14,7 @@ - + @@ -70,7 +70,7 @@ - + - + -- cgit v1.2.3 From 22d93e0a3bc2a6dc0f64c63c68bc8f8489ea9068 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 20 Apr 2010 18:14:13 -0700 Subject: fixes to enable ie --- scenario/widgets.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index b83670b8..5449b218 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -1,11 +1,11 @@ - + - +
Description Test
Input text field
basic text.basic={{text.basic}}
Buttons
ng-actionng-change
ng-click

-- cgit v1.2.3 From 2107eafcde390eebbf59e829194626c488de9e29 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 5 Apr 2010 20:53:33 -0700 Subject: added hover service --- scenario/widgets.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 73674be9..6cb8df05 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -2,12 +2,13 @@ + - + -- cgit v1.2.3 From ee327a1f4f75f57c2a2c6166520c092d4942ffe0 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 6 Apr 2010 14:04:08 -0700 Subject: few fixes to make tests pass with jquery --- scenario/widgets.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 6cb8df05..ab27e490 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -2,7 +2,7 @@ - + @@ -82,6 +82,16 @@ + + + + + +
DescriptionDescription Test Result
button={{button}}
Repeaters
ng-repeat +
    +
  • {{name}}
  • +
+
-- cgit v1.2.3 From 6ea1ac7b05a4079bcda0356e095703d36ccdf6b3 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 7 Apr 2010 14:13:10 -0700 Subject: added $invalidWidget service --- scenario/widgets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index ab27e490..b83670b8 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -15,7 +15,7 @@
Input text field
basic text.basic={{text.basic}}
@@ -72,12 +72,12 @@ - @@ -93,5 +93,6 @@
Description
Buttons
ng-change
ng-click
- + +


- action + action
button={{button}}
+--> -- cgit v1.2.3 From 8b29156a2ddcc738f9b0cf8dfc48a8648474884d Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 21 Apr 2010 14:29:05 -0700 Subject: ie6 now passes --- scenario/widgets.html | 1 - 1 file changed, 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 5449b218..43b1ddbb 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -93,6 +93,5 @@ ---> -- cgit v1.2.3 From fe434307d15d697a5ffade51bad068f6443965b2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 22 Apr 2010 17:11:56 -0700 Subject: tests work under jquery and without --- scenario/widgets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 43b1ddbb..1341f7cb 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -1,9 +1,9 @@ - + -- 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/widgets.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 1341f7cb..61badf1c 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -1,4 +1,4 @@ - + -- cgit v1.2.3 From 5dda723185a9037b7e92828d32430c21838ee216 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 10 May 2010 20:24:20 -0700 Subject: improved handling of text fields when formater fails to prevent clobering of field --- scenario/widgets.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 61badf1c..242fd9e6 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -15,7 +15,10 @@ - + -- cgit v1.2.3 From 5215e2095cfd42a0363eb02eded34e03fa2b0cd3 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 20 May 2010 15:55:41 -0700 Subject: basic end to end runner --- scenario/widgets.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 242fd9e6..5c3afa21 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -16,8 +16,7 @@ -- cgit v1.2.3 From f6c67e28c94033edf6a16eb6508de54679cb49db Mon Sep 17 00:00:00 2001 From: Andres Ornelas Mesta Date: Mon, 24 May 2010 13:54:32 -0700 Subject: happy --- scenario/widgets.html | 1 - 1 file changed, 1 deletion(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 5c3afa21..4d0f30b0 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -2,7 +2,6 @@ - -- cgit v1.2.3 From 3fab5d9879272b9f991a67c8135754f00c055834 Mon Sep 17 00:00:00 2001 From: Andres Ornelas Date: Mon, 24 May 2010 15:25:30 -0700 Subject: added error handling on scenario definition --- scenario/widgets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scenario/widgets.html') diff --git a/scenario/widgets.html b/scenario/widgets.html index 4d0f30b0..86269e86 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -26,8 +26,8 @@ - - + + -- cgit v1.2.3
Input text field
basic + + + text.basic={{text.basic}}
basic - - + text.basic={{text.basic}}
hiddenhidden={{hidden}}text.hidden={{text.hidden}}
Input selection field