Skip to content

Commit

Permalink
Merge pull request #13 from iNalgiev/dev
Browse files Browse the repository at this point in the history
Fixed brackets issue in template
  • Loading branch information
iNalgiev committed Jul 18, 2019
2 parents abfb487 + d82d993 commit 9306809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/directives/wtt-page-slideout.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span class="post-tag cursor-default" uib-wtt-popover="{[item.tip]}" popover-title="Suggestions:" popover-trigger="mouseenter" ng-class="item.type"
popover-append-to-body="true" popover-placement="bottom" ng-repeat="item in info.tags track by $index">
{[item.word]}
<span class="badge" ng-show="item.count > 1"> {[item.count}}</span><i ng-show="item.dataSource" class="fa fa-lg fa-lightbulb-o tag-lightbulb"></i>
<span class="badge" ng-show="item.count > 1"> {[item.count]}</span><i ng-show="item.dataSource" class="fa fa-lg fa-lightbulb-o tag-lightbulb"></i>
</span>
</td>
</tr>
Expand Down

0 comments on commit 9306809

Please sign in to comment.