Remove unnecessary code

stable
David Barragán Merino 2016-08-26 21:37:19 +02:00
parent 17bbdfa1ba
commit cc913a5f99
2 changed files with 6 additions and 7 deletions

View File

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

View File

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