Remove unnecessary code
parent
17bbdfa1ba
commit
cc913a5f99
|
@ -145,8 +145,8 @@ CreateIssueDirective = ($repo, $confirm, $rootscope, lightboxService, $loading,
|
|||
|
||||
return {link:link}
|
||||
|
||||
module.directive("tgLbCreateIssue", ["$tgRepo", "$tgConfirm", "$rootScope", "lightboxService", "$tgLoading", "$q", "tgAttachmentsService",
|
||||
CreateIssueDirective])
|
||||
module.directive("tgLbCreateIssue", ["$tgRepo", "$tgConfirm", "$rootScope", "lightboxService", "$tgLoading",
|
||||
"$q", "tgAttachmentsService", CreateIssueDirective])
|
||||
|
||||
|
||||
#############################################################################
|
||||
|
|
|
@ -40,11 +40,10 @@ form
|
|||
|
||||
fieldset
|
||||
section
|
||||
tg-attachments-simple(
|
||||
attachments="attachments",
|
||||
on-add="addAttachment(attachment)"
|
||||
on-delete="deleteAttachment(attachment)"
|
||||
)
|
||||
tg-attachments-simple(
|
||||
attachments="attachments",
|
||||
on-add="addAttachment(attachment)"
|
||||
)
|
||||
|
||||
fieldset
|
||||
textarea.description(
|
||||
|
|
Loading…
Reference in New Issue