2

このグリフィコンにポップオーバーを追加したいのですが、うまくいきません。

HTML

<a href="#" data-toggle="popover" title="Popover Header" data-content="You must branch to this flow first, before you can return to the original flow"><span ng-show="flow.branched_from.length==0" class="glyphicon glyphicon-question-sign" aria-hidden="true" ></span></a>

そしてファイルの最後に:

<script>
  $(document).ready(function(){
     $('[data-toggle="popover"]').popover(); 
  });
</script>

ファイルの先頭にブートストラップを含めました。

何が間違っているのかわかりません。ツールチップは機能します。

4

2 に答える 2