From 242c0e3abb304636230fb367e52c732f7e4e60cf Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 17 Nov 2017 06:17:30 +0000 Subject: [PATCH] move session --- playground.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/playground.html b/playground.html index 0c7a5b3..b9c1946 100644 --- a/playground.html +++ b/playground.html @@ -319,6 +319,24 @@ ng-if="'none' === vm.framework || 'jquery' === vm.framework"> +
+
+
+
+ Session +
+ (this is the object that contains meta data about the session, including the access token itself) +
+
+ +

+
+
+
+ +
+
+


@@ -347,24 +365,6 @@ ng-if="'none' === vm.framework || 'jquery' === vm.framework">
-
-
-
-
- Session -
- (this is the object that contains meta data about the session, including the access token itself) -
-
- -

-
-
-
- -
-
-