changeset 92:51ec2baf57be

start angular viewer for laundry node Ignore-this: f3ec3818f4e71283d81ae3e359751197
author drewp@bigasterisk.com
date Sat, 24 Aug 2013 21:48:36 -0700
parents e9d9fb003494
children c314196f6164
files service/laundry/index.html
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/service/laundry/index.html	Sat Aug 24 21:48:36 2013 -0700
@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en" ng-app>
+<head>
+  <title>laundry pi</title>
+  <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.0rc1/angular.min.js"></script>
+</head>
+<body>
+ 
+  <p>Nothing here {{'yet' + '!'}}</p>
+ 
+</body>
+</html>