summaryrefslogtreecommitdiffstats
path: root/adm.html
diff options
context:
space:
mode:
authorokalintu <ilkka.oks4nen@gmail.com>2015-03-03 13:49:21 +0200
committerokalintu <ilkka.oks4nen@gmail.com>2015-03-03 13:49:21 +0200
commitc3f11b89b73e1e1e109631493150817bd8c78a66 (patch)
tree3293a1f76d7c4093e785eb89bbc3178ad3b1890c /adm.html
initial commit
Diffstat (limited to 'adm.html')
-rw-r--r--adm.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/adm.html b/adm.html
new file mode 100644
index 0000000..a602da9
--- /dev/null
+++ b/adm.html
@@ -0,0 +1,18 @@
+<!doctype HTML>
+<html >
+<head>
+<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.8/angular.min.js"></script>
+<script src="/socket.io/socket.io.js"></script>
+<script src="/client.js"></script>
+<title>Jono</title>
+</head>
+<body ng-app="ioc" >
+<div ng-controller="ioctrl">
+ <div ng-click="popfirst()" style="font-size:72px;">
+ <div>Jonoa: {{qsize}}</div>
+ <div>Rivi: {{que[0].row}}</div>
+ <div>Nimi: {{que[0].name}}</div>
+ </div>
+</div>
+</body>
+</html>