Skip to content

Commit

Permalink
Moved knockout text binding
Browse files Browse the repository at this point in the history
  • Loading branch information
gliljas committed Dec 3, 2016
1 parent 3a224b4 commit c6e109a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knockout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
</td>
<!-- Query -->
<!-- ko foreach: lastSample.topFiveQueries -->
<td data-bind="text: formatElapsed, attr: { class: elapsedClassName}">
<td data-bind="attr: { class: elapsedClassName}">
<!-- ko text: formatElapsed--><!-- /ko -->
<div class="popover left">
<div class="popover-content" data-bind="text: query">
</div>
Expand Down

0 comments on commit c6e109a

Please sign in to comment.