Remove injection
parent
ee2a385cb3
commit
9fbf1322b3
|
@ -18,7 +18,7 @@
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|
||||||
HistoryEntryDirective = (lightboxService) ->
|
HistoryEntryDirective = () ->
|
||||||
return {
|
return {
|
||||||
scope: {
|
scope: {
|
||||||
entry: "<"
|
entry: "<"
|
||||||
|
@ -26,8 +26,4 @@ HistoryEntryDirective = (lightboxService) ->
|
||||||
templateUrl:"history/history-lightbox/history-entry.html",
|
templateUrl:"history/history-lightbox/history-entry.html",
|
||||||
}
|
}
|
||||||
|
|
||||||
HistoryEntryDirective.$inject = [
|
|
||||||
"lightboxService"
|
|
||||||
]
|
|
||||||
|
|
||||||
angular.module('taigaHistory').directive("tgHistoryEntry", HistoryEntryDirective)
|
angular.module('taigaHistory').directive("tgHistoryEntry", HistoryEntryDirective)
|
||||||
|
|
Loading…
Reference in New Issue