Fixed lint issues with model in task services (#8523)

This commit is contained in:
Keith Holliday
2017-03-02 08:16:28 -07:00
committed by GitHub
parent 0cb254d5fc
commit be64274be4
3 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
script(type='text/ng-template', id='modals/task-edit.html')
.modal-content.task-modal(style='min-width:22em', class='{{taskStatus}}', id="task-{{task._id}}")
.modal-body.text-center(style='padding-bottom:0')
| {{scope}}
include ../tasks/edit/index
.modal-footer(style='margin-top:0')
.container-fluid