Files
stf-DeviceFarmer/res/app/components/stf/common-ui/modals/external-url-modal/index.js
Gunther Brunner 905879235e Adding remote debug.
For some reason ng-table is loosing the header.
2014-06-20 20:36:21 +09:00

8 lines
291 B
JavaScript

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-service'))
.directive('onLoadEvent', require('./on-load-event-directive'))