We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b8287 commit 0faa0adCopy full SHA for 0faa0ad
template/popover/popover.html
@@ -2,8 +2,8 @@
2
<div class="arrow"></div>
3
4
<div class="popover-inner">
5
- <h3 class="popover-title" ng-bind="popoverTitle" ng-show="popoverTitle"></h3>
+ <h3 class="popover-title" ng-bind="title" ng-show="title"></h3>
6
7
- <div class="popover-content" ng-bind="popoverContent"></div>
+ <div class="popover-content" ng-bind="content"></div>
8
</div>
9
0 commit comments