Adding remote debug.

For some reason ng-table is loosing the header.
This commit is contained in:
Gunther Brunner
2014-06-20 20:36:21 +09:00
parent 7e7b52de7c
commit 905879235e
9 changed files with 95 additions and 61 deletions

View File

@@ -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'))