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