Skip to content

Commit

Permalink
FIX: Fix directive tag of unit tasks editor
Browse files Browse the repository at this point in the history
Was replaced to "unit-task-editor" instead of "unit-tasks-editor"
  • Loading branch information
alexcu committed Mar 5, 2016
1 parent 66b44b0 commit 258e983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2>
<unit-students-editor></unit-students-editor>
</div>
<div ng-if="activeTab === tabs.tasksTab">
<unit-task-editor></unit-task-editor>
<unit-tasks-editor></unit-tasks-editor>
</div>
<div ng-if="activeTab === tabs.taskAlignmentTab">
<task-ilo-alignment-editor show-csv="true" unit="unit"></task-ilo-alignment-editor>
Expand Down

0 comments on commit 258e983

Please sign in to comment.