refactor(dashboard): Restructured front-end dashboard code.
This commit is contained in:
3
mod/dashboard/app/scripts/controllers/home.js
Normal file
3
mod/dashboard/app/scripts/controllers/home.js
Normal file
@ -0,0 +1,3 @@
|
||||
angular.module('etcdControlPanel')
|
||||
.controller('HomeCtrl', function($scope) {
|
||||
});
|
Reference in New Issue
Block a user