'use strict'; angular.module('etcd.page') .controller('StatsCtrl', function($scope) { $scope.hi = 'hello'; });