Remove injection

stable
David Barragán Merino 2016-10-20 19:09:48 +02:00
parent ee2a385cb3
commit 9fbf1322b3
1 changed files with 1 additions and 5 deletions

View File

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