mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 21:35:16 +02:00
Refactored device context menu to its own directive.
Now works in standalone also.
This commit is contained in:
6
res/app/components/stf/device-context-menu/index.js
Normal file
6
res/app/components/stf/device-context-menu/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
require('./device-context-menu.css')
|
||||
|
||||
module.exports = angular.module('stf.device-context-menu', [
|
||||
require('ng-context-menu').name
|
||||
])
|
||||
.directive('deviceContextMenu', require('./device-context-menu-directive'))
|
||||
Reference in New Issue
Block a user