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