From 7e96af0fdd9af8c479992363f68578305df0337e Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Mon, 19 Jul 2010 12:29:24 -0700
Subject: added equals method to angular.equals and $equals
---
example/temp.html | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
(limited to 'example/temp.html')
diff --git a/example/temp.html b/example/temp.html
index d07a6948..838a463d 100644
--- a/example/temp.html
+++ b/example/temp.html
@@ -1,13 +1,20 @@
-
-
+
+
-
+
+
- {{$location.hashSearch.order}}
- A
- B
- C
- {{$location.hashSearch.order}}
+ Hello {{'World'}}!
--
cgit v1.2.3
From bebfbeac0a3f25b3d0df00ada5c919adef9dd701 Mon Sep 17 00:00:00 2001
From: Misko Hevery
Date: Tue, 20 Jul 2010 16:55:32 -0700
Subject: fixed xhtml compatibility, fix console in chrome
---
example/temp.html | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
(limited to 'example/temp.html')
diff --git a/example/temp.html b/example/temp.html
index 838a463d..337f7fba 100644
--- a/example/temp.html
+++ b/example/temp.html
@@ -2,19 +2,9 @@
-
+ src="../src/angular-bootstrap.js#autobind">
-
+
Hello {{'World'}}!
--
cgit v1.2.3