mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
'use strict';
|
|
|
|
angular.module('etcd.page')
|
|
.controller('StatsCtrl', function($scope) {
|
|
$scope.hi = 'hello';
|
|
});
|
|
|