view service/laundry/index.html @ 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
children c314196f6164
line wrap: on
line source

<!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>