From c7913a4b7a3f5ffb0ea6bb1e636ac9d4a0e75c32 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 29 Apr 2010 17:28:33 -0700 Subject: added $xhr service with bulk and cache, hooked up $resource --- scenario/cross-site-post/People.json | 4 ++++ scenario/cross-site-post/index.html | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 scenario/cross-site-post/People.json create mode 100644 scenario/cross-site-post/index.html (limited to 'scenario') diff --git a/scenario/cross-site-post/People.json b/scenario/cross-site-post/People.json new file mode 100644 index 00000000..de51fd83 --- /dev/null +++ b/scenario/cross-site-post/People.json @@ -0,0 +1,4 @@ +[ + { name: 'Misko', favorite: ['water melon', 'persimmon', 'passion fruit'] }, + { name: 'Lenka', favorite: ['strawberry'] } +] diff --git a/scenario/cross-site-post/index.html b/scenario/cross-site-post/index.html new file mode 100644 index 00000000..3ff6af85 --- /dev/null +++ b/scenario/cross-site-post/index.html @@ -0,0 +1,10 @@ + + +
+ + + + +people = {{people}}
+
+
--
cgit v1.2.3