From 8987e4b932ee0d65c5f9fdd9268be3a3ffce3946 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 5 Jan 2016 21:52:27 -0500 Subject: [PATCH] test(card): mock the social card from the docs references #375 --- ionic/components/card/test/social/index.ts | 7 ++ ionic/components/card/test/social/main.html | 111 ++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 ionic/components/card/test/social/index.ts create mode 100644 ionic/components/card/test/social/main.html diff --git a/ionic/components/card/test/social/index.ts b/ionic/components/card/test/social/index.ts new file mode 100644 index 0000000000..43aed36502 --- /dev/null +++ b/ionic/components/card/test/social/index.ts @@ -0,0 +1,7 @@ +import {App} from 'ionic/ionic'; + + +@App({ + templateUrl: 'main.html' +}) +class E2EApp {} diff --git a/ionic/components/card/test/social/main.html b/ionic/components/card/test/social/main.html new file mode 100644 index 0000000000..5486f8df90 --- /dev/null +++ b/ionic/components/card/test/social/main.html @@ -0,0 +1,111 @@ + + + Social Card + + + + + + + + + + +

Marty McFly

+

November 5, 1955

+
+ + + + +

Wait a minute. Wait a minute, Doc. Uhhh... Are you telling me that you built a time machine... out of a DeLorean?! Whoa. This is heavy.

+
+ + + + + + 11h ago + + + +
+ + + + + + + + +

Sarah Connor

+

May 12, 1984

+
+ + + + +

I face the unknown future, with a sense of hope. Because if a machine, a Terminator, can learn the value of human life, maybe we can too.

+
+ + + + + + 30yr ago + + + +
+ + + + + + + +

Dr. Ian Malcolm

+

June 28, 1990

+
+ + + + +

Your scientists were so preoccupied with whether or not they could, that they didn't stop to think if they should.

+
+ + + + + + 2d ago + + + +
+ +
+ +