Files
stf-DeviceFarmer-1/res/app/control-panes/shell/index.js
Gunther Brunner 7e4f9bd0cd - Shell module created.
- Device table now almost works.
2014-03-19 19:36:58 +09:00

7 lines
133 B
JavaScript

require('./shell.css')
module.exports = angular.module('stf.shell', [
])
.controller('ShellCtrl', require('./shell-controller'))