comparison service/laundry/static/gui.js @ 899:2d718e542198

laundry add .go files Ignore-this: 34b9f9b1ab2830da75757ffedb93ead7 darcs-hash:20130825055434-312f9-317d7333fabed38a3d3f0b5b18009ee486813081
author drewp <drewp@bigasterisk.com>
date Sat, 24 Aug 2013 22:54:34 -0700
parents
children 531fce163cbd
comparison
equal deleted inserted replaced
898:8a5312d5b5eb 899:2d718e542198
1 'use strict';
2
3 function Ctrl($scope, $http) {
4 $http.get("status").success(function (data) {
5 $scope.status = data;
6 });
7 }