Skip to content

Commit

Permalink
remove one time binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenin Martinez committed Jun 15, 2018
1 parent 044b7d9 commit 51d13c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template/gantt.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<!-- Task template -->
<script type="text/ng-template" id="template/ganttTask.tmpl.html">
<div class="gantt-task" ng-class="::getClass()">
<div class="gantt-task" ng-class="getClass()">
<gantt-task-background></gantt-task-background>
<gantt-task-foreground></gantt-task-foreground>
<gantt-task-content></gantt-task-content>
Expand Down

0 comments on commit 51d13c5

Please sign in to comment.