mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Adding remote debug.
For some reason ng-table is loosing the header.
This commit is contained in:
@@ -3,5 +3,5 @@ require('./external-url-modal.css')
|
||||
module.exports = angular.module('stf.external-url-modal', [
|
||||
require('stf/common-ui/modals/common').name
|
||||
])
|
||||
.factory('ExternalUrlModalService', require('./external-url-modal'))
|
||||
.factory('ExternalUrlModalService', require('./external-url-modal-service'))
|
||||
.directive('onLoadEvent', require('./on-load-event-directive'))
|
||||
|
||||
Reference in New Issue
Block a user