Merge pull request #1645 from jaredevantabor/1472-popover-traceback

Don't render tooltips that shouldn't exist
This commit is contained in:
Jared Tabor 2018-05-02 14:15:03 -07:00 committed by GitHub
commit 3b7a50f3e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<div class="at-Row" id="row-{{ templateId }}">
<div class="at-Row--invalid" ng-show="invalid">
<at-popover state="invalidTooltip"></at-popover>
<at-popover state="invalidTooltip" ng-if="invalidTooltip"></at-popover>
</div>
<div class="at-Row-content" ng-transclude></div>
</div>