From 2a30a02f015dd54846bb62d1f05e82b3cf76ef9f Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 27 Jul 2010 15:54:50 -0700 Subject: fix preventDefault for events --- scenario/widgets.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scenario') diff --git a/scenario/widgets.html b/scenario/widgets.html index 2626843d..d5285ea6 100644 --- a/scenario/widgets.html +++ b/scenario/widgets.html @@ -72,12 +72,12 @@ Buttons - ng-change
ng:click + ng:change
ng:click
-
-
-
+
+
+
action
-- cgit v1.2.3 From 1b768b84439e725010acc943ebfda462e49d3704 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 29 Jul 2010 12:50:14 -0700 Subject: refactored $location service so that it correctly updates under all conditions --- scenario/location.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 scenario/location.html (limited to 'scenario') diff --git a/scenario/location.html b/scenario/location.html new file mode 100644 index 00000000..a162636b --- /dev/null +++ b/scenario/location.html @@ -0,0 +1,15 @@ + + + + + + + +
$location={{$location}}
+
+ href:
+ hash:
+ hashPath:
+ hashSearch:
+ + -- cgit v1.2.3 From cdda664f8990351453baa26fc3dcd53329e72e68 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 30 Jul 2010 10:56:36 -0700 Subject: fix up the $location encoding --- scenario/location.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scenario') diff --git a/scenario/location.html b/scenario/location.html index a162636b..75041615 100644 --- a/scenario/location.html +++ b/scenario/location.html @@ -6,6 +6,10 @@
$location={{$location}}
+ Hash Search: +
href:
hash:
-- cgit v1.2.3