mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Refactored basic mode to a directive.
This commit is contained in:
4
res/app/components/stf/basic-mode/index.js
Normal file
4
res/app/components/stf/basic-mode/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.basic-mode', [
|
||||
|
||||
])
|
||||
.directive('basicMode', require('./basic-mode-directive'))
|
||||
Reference in New Issue
Block a user