mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
- Adding Upload component skeleton.
This commit is contained in:
11
res/app/control-panes/dashboard/upload/index.js
Normal file
11
res/app/control-panes/dashboard/upload/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
require('./upload.css')
|
||||
|
||||
module.exports = angular.module('stf.upload', [
|
||||
|
||||
])
|
||||
.run(["$templateCache", function ($templateCache) {
|
||||
$templateCache.put('control-panes/dashboard/upload/upload.jade',
|
||||
require('./upload.jade')
|
||||
)
|
||||
}])
|
||||
.controller('UploadCtrl', require('./upload-controller'))
|
||||
Reference in New Issue
Block a user