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

View File

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